From 6315e9a9c57c4cd9ba9e298b0684aded9377e678 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 29 Nov 2022 14:07:05 +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 682ea1e..86e60d7 100644 --- a/supply/order.go +++ b/supply/order.go @@ -153,6 +153,7 @@ type OrderInfo struct { CustomerId uint `json:"customerId"` OrderSn uint64 `json:"orderSn"` SourceOrderSn uint64 `json:"sourceOrderSn"` + SourceId uint `json:"sourceId"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`