From ee91c89efec24127535eb361c594a2212df34120 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 25 Dec 2022 16:34:08 +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/channel/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wholesale/channel/order.go b/wholesale/channel/order.go index 2323bee..16a32a0 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -137,6 +137,7 @@ type OrderItem struct { ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"` OrderSubSn string `json:"orderSubSn"` + SourceOrderSn string `json:"sourceOrderSn"` FreightFee decimal.Decimal `json:"freightFee"` OrderFee decimal.Decimal `json:"orderFee"` Status uint `json:"status"`