zhengyiming
4 天以前 4c6f6d453785f4dba80e874a1b6172b3207b434f
packages/components/src/Sku/sku.ts
@@ -12,7 +12,7 @@
export type Goods = {
  imagePath: string;
  price: string;
  price: number;
  skuId: string;
  name: string;
};