- more interface and const added.

This commit is contained in:
gazebo
2018-07-10 13:28:22 +08:00
parent 7c54e7da92
commit 5702df37b0
8 changed files with 217 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ const (
const (
OrderStatusWaitingForAccept = 1
OrderStatusPickingup = 2
OrderStatusAccepted = 2 // 待取货
OrderStatusDeliverying = 3
OrderStatusFinished = 4
OrderStatusCanceled = 5