商品列表优化

This commit is contained in:
liu
2026-08-05 22:02:32 +08:00
parent 258df92e6c
commit 64926e9899
5 changed files with 163 additions and 88 deletions
+1
View File
@@ -66,6 +66,7 @@ export type IPriceMatrixRow = {
export interface IPriceMatrix {
levels: { id: number; name: string }[];
rows: IPriceMatrixRow[];
total: number;
}
export interface IBatchPriceUpdate {