refactor: 修改附件基类模型
This commit is contained in:
@@ -18,6 +18,7 @@ class AttachmentCategoryBaseModel extends BaseModel
|
|||||||
// 字段信息
|
// 字段信息
|
||||||
protected $schema = [
|
protected $schema = [
|
||||||
'id' => 'int',
|
'id' => 'int',
|
||||||
|
'pid' => 'int',
|
||||||
'language_id' => 'int',
|
'language_id' => 'int',
|
||||||
'name' => 'string',
|
'name' => 'string',
|
||||||
'sort' => 'int',
|
'sort' => 'int',
|
||||||
|
|||||||
Reference in New Issue
Block a user