finance
黄伟 2 years ago
parent 6315e9a9c5
commit 3ba8588b12

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

Loading…
Cancel
Save