导出字段
This commit is contained in:
@@ -33,6 +33,7 @@ type GiftItem struct {
|
||||
CustomsPrice decimal.Decimal `json:"customsPrice"`
|
||||
CustomsAmount decimal.Decimal `json:"customsAmount"`
|
||||
DomesticSupply string `json:"domesticSupply"`
|
||||
TaxExemption string `json:"taxExemption"`
|
||||
ContainerNumber string `json:"containerNumber"`
|
||||
SealNumber string `json:"sealNumber"`
|
||||
Remark string `json:"remark"`
|
||||
@@ -74,6 +75,7 @@ type GiftAdd struct {
|
||||
CustomsPrice decimal.Decimal // 报关单价
|
||||
CustomsAmount decimal.Decimal // 报关总价
|
||||
DomesticSupply string // 境内货源地
|
||||
TaxExemption string // 征免
|
||||
ContainerNumber string // 箱号
|
||||
SealNumber string // 封号
|
||||
Remark string // 备注
|
||||
|
||||
Reference in New Issue
Block a user