From 5c66a9a8fffd9a77e5e0841da6cd7900d384e201 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 25 Dec 2022 15:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wholesale/order.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/wholesale/order.go b/wholesale/order.go index e5cb6b3..74fe0e7 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -49,6 +49,7 @@ type ArgsOrderFreightFee struct { type OrderFreightFee struct { SourceOrderSn string // 供应商订单号 FreightFee decimal.Decimal // 运费 + FreightFile string // 附件 } // FreightFee @Title 运费处理 @@ -176,18 +177,13 @@ type ReplyOrderInfo struct { OrderFee decimal.Decimal FreightFee decimal.Decimal Skus []OrderSkuItem - Customer Customer + HopeStockOutAt int64 + ChannelId uint ReceiverName string ReceiverMobile string Address string } -type Customer struct { - Name string - Phone string - HopeStockOutAt int64 // 期望发货时间 -} - type OrderSkuItem struct { Img string Name string