导出字段

This commit is contained in:
守护自己的云 2024-10-31 10:05:39 +08:00
parent 9f38070596
commit 47ba35e54f

View File

@ -56,6 +56,7 @@ type SaleProductItem struct {
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"` SaleAmount decimal.Decimal `json:"saleAmount"`
FactoryName string `json:"factoryName"`
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"`