导出字段

This commit is contained in:
守护自己的云 2024-10-30 17:30:43 +08:00
parent 79108d2103
commit 9f38070596

View File

@ -55,6 +55,7 @@ type SaleProductItem struct {
CustomsGrossWeight decimal.Decimal `json:"customsGrossWeight"`
TotalCustomsGrossWeight decimal.Decimal `json:"totalCustomsGrossWeight"`
SalePrice decimal.Decimal `json:"salePrice"`
SaleAmount decimal.Decimal `json:"saleAmount"`
CurrencyRate decimal.Decimal `json:"currencyRate"`
Brand string `json:"brand"`
DomesticSupply string `json:"domesticSupply"`