芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/SuperAdmin/AuthorizeInvoice.php
'datetime', 'next_pay_date' => 'datetime', ]; public function company() { return $this->belongsTo(Company::class); } public function package() { return $this->belongsTo(Package::class); } }