- 饿百常量注释
This commit is contained in:
@@ -30,17 +30,17 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
WaybillStatusNew = "2"
|
WaybillStatusNew = "2" // 生成运单
|
||||||
WaybillStatusRequestDelivery = "3"
|
WaybillStatusRequestDelivery = "3" // 请求配送
|
||||||
WaybillStatusWait4Courier = "4"
|
WaybillStatusWait4Courier = "4" // 等待分配骑士
|
||||||
WaybillStatusCourierAccepted = "7"
|
WaybillStatusCourierAccepted = "7" // 骑士接单
|
||||||
WaybillStatusCourierPickedup = "8"
|
WaybillStatusCourierPickedup = "8" // 骑士取餐
|
||||||
WaybillStatusDeliveryCancled = "15"
|
WaybillStatusDeliveryCancled = "15" // 配送取消
|
||||||
WaybillStatusFinished = "16"
|
WaybillStatusFinished = "16" // 配送完成
|
||||||
WaybillStatusExceptional = "17"
|
WaybillStatusExceptional = "17" // 配送异常
|
||||||
WaybillStatusSelfDelivery = "18"
|
WaybillStatusSelfDelivery = "18" // 自行配送
|
||||||
WaybillStatusNotInDelivering = "19"
|
WaybillStatusDontDeliver = "19" // 不再配送
|
||||||
WaybillStatusDeliveryRejected = "20"
|
WaybillStatusDeliveryRejected = "20" // 配送拒单
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
Reference in New Issue
Block a user