部署
This commit is contained in:
parent
57d59b3fbe
commit
6275b0d748
@ -44,7 +44,7 @@ func (g *gift) All(ctx context.Context, shipmentId int64) (reply []GiftItem, err
|
|||||||
|
|
||||||
type ArgsGiftAdd struct {
|
type ArgsGiftAdd struct {
|
||||||
ShipmentId int64 // 订舱单ID
|
ShipmentId int64 // 订舱单ID
|
||||||
GiftAdd
|
Gifts []GiftAdd
|
||||||
}
|
}
|
||||||
|
|
||||||
type GiftAdd struct {
|
type GiftAdd struct {
|
||||||
@ -57,9 +57,9 @@ type GiftAdd struct {
|
|||||||
CustomsDetail string // 申报要素
|
CustomsDetail string // 申报要素
|
||||||
ShipmentCount int64 // 出运数量
|
ShipmentCount int64 // 出运数量
|
||||||
OuterBoxCount int64 // 箱数
|
OuterBoxCount int64 // 箱数
|
||||||
TotalVolume decimal.Decimal // 总体积
|
TotalVolume decimal.Decimal // 体积
|
||||||
TotalGrossWeight decimal.Decimal // 总毛重
|
TotalGrossWeight decimal.Decimal // 毛重
|
||||||
TotalNetWeight decimal.Decimal // 总净重
|
TotalNetWeight decimal.Decimal // 净重
|
||||||
CustomsPrice decimal.Decimal // 报关单价
|
CustomsPrice decimal.Decimal // 报关单价
|
||||||
CustomsAmount decimal.Decimal // 报关总价
|
CustomsAmount decimal.Decimal // 报关总价
|
||||||
DomesticSupply string // 境内货源地
|
DomesticSupply string // 境内货源地
|
||||||
|
Loading…
Reference in New Issue
Block a user