修改基础管理中的基础内容

This commit is contained in:
meimei
2025-04-18 14:45:48 +08:00
parent 0a83799b2d
commit f20b865f4d
9 changed files with 70 additions and 16 deletions

View File

@@ -27,9 +27,12 @@ class Firmstoreprojectsone extends Model
protected $append = [
];
public function firm()
{
return $this->belongsTo('Firm', 'firm_id', 'id', [], 'LEFT')->setEagerlyType(0);
}