From ddcaccfbbb21959c703a8b7b1699d95249f3ecf4 Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 25 Dec 2022 16:43:06 +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 16a32a0..fa0e5e3 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -138,6 +138,7 @@ type OrderItem struct { Address string `json:"address"` OrderSubSn string `json:"orderSubSn"` SourceOrderSn string `json:"sourceOrderSn"` + OrderSn string `json:"orderSn"` FreightFee decimal.Decimal `json:"freightFee"` OrderFee decimal.Decimal `json:"orderFee"` Status uint `json:"status"`