商品列表优化
This commit is contained in:
@@ -66,6 +66,7 @@ export type IPriceMatrixRow = {
|
||||
export interface IPriceMatrix {
|
||||
levels: { id: number; name: string }[];
|
||||
rows: IPriceMatrixRow[];
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface IBatchPriceUpdate {
|
||||
|
||||
Reference in New Issue
Block a user