diff --git a/wholesale/channel/order.go b/wholesale/channel/order.go index e7b6fcb..e05cde9 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -135,6 +135,7 @@ type OrderItem struct { Id uint `json:"id"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` + Address string `json:"address"` OrderSubSn string `json:"orderSubSn"` FreightFee decimal.Decimal `json:"freightFee"` OrderFee decimal.Decimal `json:"orderFee"`