finance
黄伟 2 years ago
parent 85b82affe5
commit e189a61c21

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

Loading…
Cancel
Save