feat: 新增文章分类设置排序值接口

This commit is contained in:
2025-02-13 15:38:24 +08:00
parent 2227390f77
commit 7bfb0cca1e
3 changed files with 29 additions and 8 deletions

View File

@@ -3,12 +3,10 @@ declare (strict_types = 1);
namespace app\common\model;
use think\Model;
/**
* @mixin \think\Model
*/
class ArticleCategoryBaseModel extends Model
class ArticleCategoryBaseModel extends BaseModel
{
// 表名
protected $name = 'article_category';