finance
黄伟 2 years ago
parent e376b4cf0d
commit 346e0f727a

@ -33,6 +33,7 @@ type GoodsItem struct {
BrandId uint `json:"brandId"` BrandId uint `json:"brandId"`
BrandName string `json:"brandName"` BrandName string `json:"brandName"`
SkuItems []GoodsItemLists `json:"skuItems"` SkuItems []GoodsItemLists `json:"skuItems"`
UpcCodes []string `json:"upcCodes"`
StockCount uint `json:"stockCount"` StockCount uint `json:"stockCount"`
MinPrice decimal.Decimal `json:"minPrice"` MinPrice decimal.Decimal `json:"minPrice"`
GuidePrice decimal.Decimal `json:"guidePrice"` GuidePrice decimal.Decimal `json:"guidePrice"`

Loading…
Cancel
Save