最新版本

This commit is contained in:
2026-05-26 09:44:21 +08:00
parent 822ed9a099
commit fa41edf857
24 changed files with 597 additions and 163 deletions

View File

@@ -9,6 +9,8 @@ class CompanyOperators extends Model
{
protected $table = 'company_operators';
protected $hidden = ['company_id', 'create_time', 'status'];
public function company()
{
return $this->belongsTo(Companys::class, 'company_id', 'id');