导出字段
This commit is contained in:
parent
1ccddcbd4a
commit
a1571dcec3
@ -13,7 +13,7 @@ type ReplyCustoms struct {
|
||||
type CustomsProductItem struct {
|
||||
Index int `json:"index" label:"序号"` // 序号
|
||||
Serial string `json:"serial" label:"货号"` // 货号
|
||||
CustomsName string `json:"customsName" label:"客户货号"` // 客户货号
|
||||
CustomsName string `json:"customsName" label:"中文报关名称"` // 中文报关名称
|
||||
ShipmentCount int64 `json:"shipmentCount" label:"出运数量"` // 出运数量
|
||||
SalePrice decimal.Decimal `json:"salePrice" label:"销售单价"` // 销售单价
|
||||
SaleAmount decimal.Decimal `json:"saleAmount" label:"销售金额"` // 销售金额
|
||||
|
Loading…
x
Reference in New Issue
Block a user