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