导入基础类

This commit is contained in:
meimei
2025-04-18 15:58:01 +08:00
parent f20b865f4d
commit ee99adfb30
15 changed files with 90 additions and 19 deletions

View File

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