finance
黄伟 2 years ago
parent c9e5578164
commit 4e6b29a827

@ -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"`
}

Loading…
Cancel
Save