From 8b9d19b65589bd85927f318b4d04d5f252231bf3 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 22 Dec 2022 13:16:32 +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 e7b6fcb..e05cde9 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -135,6 +135,7 @@ type OrderItem struct { Id uint `json:"id"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` + Address string `json:"address"` OrderSubSn string `json:"orderSubSn"` FreightFee decimal.Decimal `json:"freightFee"` OrderFee decimal.Decimal `json:"orderFee"`