- WaybillStatusPending = "5"
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
WaybillStatusWait4Delivery = "0" // 配送单发往配送
|
WaybillStatusWait4Delivery = "0" // 配送单发往配送
|
||||||
|
WaybillStatusPending = "5" // 配送压单
|
||||||
WaybillStatusAccepted = "10" // 配送单已确认
|
WaybillStatusAccepted = "10" // 配送单已确认
|
||||||
WaybillStatusCourierArrived = "15" // 骑手已到店
|
WaybillStatusCourierArrived = "15" // 骑手已到店
|
||||||
WaybillStatusPickedup = "20" // 骑手已取餐
|
WaybillStatusPickedup = "20" // 骑手已取餐
|
||||||
|
|||||||
Reference in New Issue
Block a user