feat: 添加附件(下载管理)回收站分页/恢复/删除接口

This commit is contained in:
2025-02-21 16:01:40 +08:00
parent 3c6003aa55
commit 9ba4a12359
8 changed files with 150 additions and 40 deletions

View File

@@ -3,13 +3,11 @@ declare (strict_types = 1);
namespace app\common\model;
use think\Model;
/**
* 附件(下载管理)分类模型
* @mixin \think\Model
*/
class AttachmentCategoryBaseModel extends Model
class AttachmentCategoryBaseModel extends BaseModel
{
// 表名
protected $name = 'attachment_category';