This commit is contained in:
守护自己的云 2024-09-20 15:24:15 +08:00
parent 57d59b3fbe
commit 6275b0d748

View File

@ -44,7 +44,7 @@ func (g *gift) All(ctx context.Context, shipmentId int64) (reply []GiftItem, err
type ArgsGiftAdd struct {
ShipmentId int64 // 订舱单ID
GiftAdd
Gifts []GiftAdd
}
type GiftAdd struct {
@ -57,9 +57,9 @@ type GiftAdd struct {
CustomsDetail string // 申报要素
ShipmentCount int64 // 出运数量
OuterBoxCount int64 // 箱数
TotalVolume decimal.Decimal // 体积
TotalGrossWeight decimal.Decimal // 毛重
TotalNetWeight decimal.Decimal // 净重
TotalVolume decimal.Decimal // 体积
TotalGrossWeight decimal.Decimal // 毛重
TotalNetWeight decimal.Decimal // 净重
CustomsPrice decimal.Decimal // 报关单价
CustomsAmount decimal.Decimal // 报关总价
DomesticSupply string // 境内货源地