导出字段
This commit is contained in:
@@ -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:"备注"` // 备注
|
||||
|
||||
Reference in New Issue
Block a user