商品列表优化
This commit is contained in:
@@ -5,6 +5,8 @@ import type { IBatchPriceUpdate, IPriceMatrix } from '@/domain/iProduct.ts';
|
||||
export interface PriceMatrixParams {
|
||||
category_id?: number;
|
||||
keyword?: string;
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
}
|
||||
|
||||
/** A2 价格矩阵:行=商品,列=启用等级,值=price(缺失 null) */
|
||||
|
||||
Reference in New Issue
Block a user