芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Models/Designation.php
'integer', 'company_id' => 'integer', ]; public function company() { return $this->hasOne('App\Models\Company', 'id', 'company_id'); } public function department() { return $this->hasOne('App\Models\Department', 'id', 'department_id'); } }