|
|
@ -153,6 +153,7 @@ type OrderInfo struct {
|
|
|
|
CustomerId uint `json:"customerId"`
|
|
|
|
CustomerId uint `json:"customerId"`
|
|
|
|
OrderSn uint64 `json:"orderSn"`
|
|
|
|
OrderSn uint64 `json:"orderSn"`
|
|
|
|
SourceOrderSn uint64 `json:"sourceOrderSn"`
|
|
|
|
SourceOrderSn uint64 `json:"sourceOrderSn"`
|
|
|
|
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
ReceiverName string `json:"receiverName"`
|
|
|
|
ReceiverName string `json:"receiverName"`
|
|
|
|
ReceiverMobile string `json:"receiverMobile"`
|
|
|
|
ReceiverMobile string `json:"receiverMobile"`
|
|
|
|
Address string `json:"address"`
|
|
|
|
Address string `json:"address"`
|
|
|
|