refactor: 修改附件基类模型

This commit is contained in:
2025-04-15 16:59:38 +08:00
parent bb27ef8457
commit 684222065b

View File

@@ -18,6 +18,7 @@ class AttachmentCategoryBaseModel extends BaseModel
// 字段信息
protected $schema = [
'id' => 'int',
'pid' => 'int',
'language_id' => 'int',
'name' => 'string',
'sort' => 'int',