From 075670fe211026f70fbfd47e4b8c1b90115dd9c7 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 2 Feb 2024 16:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/channel/order.go b/supply/channel/order.go index 7efae3d..b088833 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -198,6 +198,7 @@ type ArgsOrderLists struct { type OrderItem struct { OrderId uint `json:"orderId"` OrderSn string `json:"orderSn"` + RootOrderSn string `json:"rootOrderSn"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`