@ -35,8 +35,8 @@ type GoodsItem struct {
SkuItems []GoodsItemLists `json:"skuItems"`
UpcCodes []string `json:"upcCodes"`
StockCount uint `json:"stockCount"`
MinPrice decimal.Decimal `json:"minPrice"`
GuidePrice decimal.Decimal `json:"guidePrice"`
GuidePrices []decimal.Decimal `json:"guidePrices"`
SupplyPrices []decimal.Decimal `json:"supplyPrices"`
CreatedAt int64 `json:"createdAt"`
}