add oneof for order status
This commit is contained in:
parent
9df3b5a659
commit
4c882fa250
@ -20,6 +20,13 @@ const (
|
|||||||
MsgTypeCommand string = "command"
|
MsgTypeCommand string = "command"
|
||||||
MsgTypeOrder string = "order"
|
MsgTypeOrder string = "order"
|
||||||
MsgTypeProduct string = "product"
|
MsgTypeProduct string = "product"
|
||||||
|
|
||||||
|
MsgOrderStatusCodeNew = "new"
|
||||||
|
MsgOrderStatusCodeApproval = "approval"
|
||||||
|
MsgOrderStatusCodeAssembling = "assembling"
|
||||||
|
MsgOrderStatusCodeDelivery = "delivery"
|
||||||
|
MsgOrderStatusCodeComplete = "complete"
|
||||||
|
MsgOrderStatusCodeCancel = "cancel"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MgClient type
|
// MgClient type
|
||||||
|
Loading…
Reference in New Issue
Block a user