diff --git a/wholesale/channel/order.go b/wholesale/channel/order.go index 2323bee..16a32a0 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -137,6 +137,7 @@ type OrderItem struct { ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"` OrderSubSn string `json:"orderSubSn"` + SourceOrderSn string `json:"sourceOrderSn"` FreightFee decimal.Decimal `json:"freightFee"` OrderFee decimal.Decimal `json:"orderFee"` Status uint `json:"status"`