refactor: 文章分类新增/更新添加图片及唯一标识

This commit is contained in:
2025-04-30 10:10:26 +08:00
parent e889b1b1c7
commit 7b972f73b3
3 changed files with 20 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ class ArticleCategoryBaseModel extends BaseModel
'id' => 'int',
'language_id' => 'int',
'pid' => 'int',
'unique_label' => 'string',
'name' => 'string',
'short_name' => 'string',
'icon' => 'string',