feat: 添加横幅(分类)分页/详情/新增/更新/删除接口

This commit is contained in:
2025-03-12 16:01:42 +08:00
parent 668ba28246
commit 89ae83f8f8
6 changed files with 247 additions and 12 deletions

View File

@@ -21,11 +21,11 @@ class SysBannerBaseModel extends BaseModel
'language_id' => 'int',
'at_platform' => 'string',
'at_page' => 'string',
'at_position' => 'int',
'unique_label' => 'string',
'name' => 'string',
'desc' => 'string',
'sort' => 'sort',
'recommend' => 'int',
'status' => 'int',
'created_at' => 'datetime',
'updated_at' => 'datetime',