导出字段

This commit is contained in:
2024-10-31 14:05:49 +08:00
parent 47ba35e54f
commit 1ccddcbd4a
2 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ type CustomsProductItem struct {
TotalGrossWeight decimal.Decimal `json:"totalGrossWeight" label:"总毛重"` // 总毛重
TotalNetWeight decimal.Decimal `json:"totalNetWeight" label:"总净重"` // 总净重
DomesticSupply string `json:"domesticSupply" label:"境内货源地"` // 境内货源地
TaxExemption string `json:"taxExemption" label:"征免"` // 征免
ContainerNumber string `json:"containerNumber" label:"箱号"` // 箱号
SealNumber string `json:"sealNumber" label:"封号"` // 封号
Remark string `json:"remark" label:"备注"` // 备注