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