refactor(shop): 删除 shopArticle 相关代码

- 移除 shopArticle 模型中的 merchantId 字段
- 删除 shopArticle 相关的视图组件和路由
- 移除 shopArticle 的 CRUD 操作相关代码
This commit is contained in:
2025-08-13 04:43:24 +08:00
parent 829d1794aa
commit b33f6a4a72
4 changed files with 0 additions and 1154 deletions

View File

@@ -84,8 +84,6 @@ export interface ShopArticle {
bmUsers?: number;
// 用户ID
userId?: number;
// 商户ID
merchantId?: number;
// 项目ID
projectId?: number;
// 语言