From a5dbde176c0110e1bda39ec601e08ee1172bd25c Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 21 Nov 2022 17:12:09 +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 --- supply/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/order.go b/supply/order.go index 8555f69..c14eb7a 100644 --- a/supply/order.go +++ b/supply/order.go @@ -151,6 +151,7 @@ type OrderInfo struct { OrderId uint `json:"orderId"` CustomerId uint `json:"customerId"` OrderSn uint64 `json:"orderSn"` + SourceOrderSn uint64 `json:"sourceOrderSn"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`