refactor(shop): 删除 shopArticle 相关代码
- 移除 shopArticle 模型中的 merchantId 字段 - 删除 shopArticle 相关的视图组件和路由 - 移除 shopArticle 的 CRUD 操作相关代码
This commit is contained in:
@@ -84,8 +84,6 @@ export interface ShopArticle {
|
||||
bmUsers?: number;
|
||||
// 用户ID
|
||||
userId?: number;
|
||||
// 商户ID
|
||||
merchantId?: number;
|
||||
// 项目ID
|
||||
projectId?: number;
|
||||
// 语言
|
||||
|
||||
Reference in New Issue
Block a user