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