优化店铺商品及分类管理
This commit is contained in:
@@ -52,6 +52,8 @@ export interface GoodsCategory {
|
||||
label?: string;
|
||||
// 子菜单
|
||||
children?: GoodsCategory[];
|
||||
// 商铺ID
|
||||
merchantId?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user