导出字段
This commit is contained in:
parent
79108d2103
commit
9f38070596
@ -55,6 +55,7 @@ type SaleProductItem struct {
|
|||||||
CustomsGrossWeight decimal.Decimal `json:"customsGrossWeight"`
|
CustomsGrossWeight decimal.Decimal `json:"customsGrossWeight"`
|
||||||
TotalCustomsGrossWeight decimal.Decimal `json:"totalCustomsGrossWeight"`
|
TotalCustomsGrossWeight decimal.Decimal `json:"totalCustomsGrossWeight"`
|
||||||
SalePrice decimal.Decimal `json:"salePrice"`
|
SalePrice decimal.Decimal `json:"salePrice"`
|
||||||
|
SaleAmount decimal.Decimal `json:"saleAmount"`
|
||||||
CurrencyRate decimal.Decimal `json:"currencyRate"`
|
CurrencyRate decimal.Decimal `json:"currencyRate"`
|
||||||
Brand string `json:"brand"`
|
Brand string `json:"brand"`
|
||||||
DomesticSupply string `json:"domesticSupply"`
|
DomesticSupply string `json:"domesticSupply"`
|
||||||
|
Loading…
Reference in New Issue
Block a user