update OR payload
This commit is contained in:
parent
91d8ffe40f
commit
4bc7195563
|
@ -2,6 +2,7 @@ package model
|
|||
|
||||
// OrderUpdateORStatus ...
|
||||
type OrderUpdateORStatus struct {
|
||||
ID string `json:"id"`
|
||||
OrderCode string `json:"orderCode"`
|
||||
ORCode string `json:"orCode"`
|
||||
Status string `json:"status"`
|
||||
|
|
Loading…
Reference in New Issue