- mtwm WaybillStatusDelivered

This commit is contained in:
gazebo
2018-11-28 20:06:16 +08:00
parent 7810741a14
commit fa92bb8a18
2 changed files with 35 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ const (
WaybillStatusAccepted = "10"
WaybillStatusCourierArrived = "15"
WaybillStatusPickedup = "20"
WaybillStatusDelivered = "40"
WaybillStatusCanceled = "100"
)