diff --git a/supplier/goods.go b/supplier/goods.go index d299c9f..d298a14 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -103,8 +103,11 @@ type SkuItem struct { SupplyPrice decimal.Decimal `json:"supplyPrice"` MarketPrice decimal.Decimal `json:"marketPrice"` UpcCode string `json:"upcCode"` - UintId uint `json:"uintId"` + UnitId uint `json:"uintId"` TaxCategoryId uint `json:"taxCategoryId"` + TaxName string `json:"taxName"` + TaxCode string `json:"taxCode"` + Unit string `json:"uint"` Tax decimal.Decimal `json:"tax"` }