feat: 附件(下载管理)添加禁/启用操作接口

This commit is contained in:
2025-02-25 09:49:25 +08:00
parent d0d87d55da
commit 8b9f513e28
3 changed files with 23 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class AttachmentBaseModel extends BaseModel
'attach' => 'string',
'sort' => 'int',
'recommend' => 'int',
'status' => 'int',
'seo_title' => 'string',
'seo_keywords' => 'string',
'seo_desc' => 'string',