finance
黄伟 2 years ago
parent faeefe2933
commit 8f40f1a019

@ -34,6 +34,7 @@ type GoodsItem struct {
SkuItems []GoodsItemLists `json:"skuItems"`
StockCount uint `json:"stockCount"`
MinPrice decimal.Decimal `json:"minPrice"`
GuidePrice decimal.Decimal `json:"guidePrice"`
CreatedAt int64 `json:"createdAt"`
}

Loading…
Cancel
Save