导出字段

This commit is contained in:
守护自己的云 2024-11-04 15:59:54 +08:00
parent 1ccddcbd4a
commit a1571dcec3

View File

@ -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:"销售金额"` // 销售金额