重构商品模块,支持多规格

This commit is contained in:
2024-07-26 02:47:33 +08:00
parent cf0961afdd
commit 049a6f7476
18 changed files with 2594 additions and 59 deletions

View File

@@ -38,6 +38,11 @@ export interface PageParam {
companyId?: number;
// 商户ID
merchantId?: number;
merchantName?: string;
categoryIds?: any;
// 商品分类
categoryId?: number;
categoryName?: string;
// 搜素关键词
keywords?: string;
// 起始时间