diff --git a/supply/order.go b/supply/order.go index 682ea1e..0deaee1 100644 --- a/supply/order.go +++ b/supply/order.go @@ -153,6 +153,8 @@ type OrderInfo struct { CustomerId uint `json:"customerId"` OrderSn uint64 `json:"orderSn"` SourceOrderSn uint64 `json:"sourceOrderSn"` + SourceId uint `json:"sourceId"` + SourceName string `json:"sourceName"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`