finance
黄伟 2 years ago
parent 6c78eb6806
commit f571a35323

@ -37,6 +37,7 @@ type GoodsItem struct {
StockCount uint `json:"stockCount"` StockCount uint `json:"stockCount"`
GuidePrices []decimal.Decimal `json:"guidePrices"` GuidePrices []decimal.Decimal `json:"guidePrices"`
SupplyPrices []decimal.Decimal `json:"supplyPrices"` SupplyPrices []decimal.Decimal `json:"supplyPrices"`
Status uint `json:"status"`
CreatedAt int64 `json:"createdAt"` CreatedAt int64 `json:"createdAt"`
} }

Loading…
Cancel
Save