|
|
@ -103,8 +103,11 @@ type SkuItem struct {
|
|
|
|
SupplyPrice decimal.Decimal `json:"supplyPrice"`
|
|
|
|
SupplyPrice decimal.Decimal `json:"supplyPrice"`
|
|
|
|
MarketPrice decimal.Decimal `json:"marketPrice"`
|
|
|
|
MarketPrice decimal.Decimal `json:"marketPrice"`
|
|
|
|
UpcCode string `json:"upcCode"`
|
|
|
|
UpcCode string `json:"upcCode"`
|
|
|
|
UintId uint `json:"uintId"`
|
|
|
|
UnitId uint `json:"uintId"`
|
|
|
|
TaxCategoryId uint `json:"taxCategoryId"`
|
|
|
|
TaxCategoryId uint `json:"taxCategoryId"`
|
|
|
|
|
|
|
|
TaxName string `json:"taxName"`
|
|
|
|
|
|
|
|
TaxCode string `json:"taxCode"`
|
|
|
|
|
|
|
|
Unit string `json:"uint"`
|
|
|
|
Tax decimal.Decimal `json:"tax"`
|
|
|
|
Tax decimal.Decimal `json:"tax"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|