From 796a89af1efb7cdeed01d4af0c610b6fbd087445 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 26 Dec 2022 13:14:25 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wholesale/order.go b/wholesale/order.go index 87ebacf..4b16447 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -197,10 +197,11 @@ type OrderSkuItem struct { } type Packages struct { - Id uint - WaybillCode string - LogisticsName string - LogisticsCode string + Id uint + WaybillCode string + LogisticsName string + LogisticsCode string + LogisticsPhone string } // Info @Title 订单列表