wupengfei
5 天以前 133d34f069b0d9a85b58630377885e92dc90933d
packages/components/src/Sku/sku.ts
@@ -6,12 +6,13 @@
    disable: boolean;
    id: string;
    name: string;
    price: number;
  }[];
};
export type Goods = {
  imagePath: string;
  price: string;
  price: number;
  skuId: string;
  name: string;
};