Merge branch 'master' of git.oa00.com:supply-chain/service

finance
黄伟 2 years ago
commit a9e2c02e8f

@ -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