This commit is contained in:
邹宗楠
2024-01-08 09:45:49 +08:00
parent 1ed5e7e259
commit 3db704f235
2 changed files with 1 additions and 42 deletions

View File

@@ -83,6 +83,7 @@ var (
WaybillStatusDelivered: "送达",
WaybillStatusCanceled: "取消",
WaybillStatusFailed: "失败",
WaybillStatusCourierAssigned: "已分配骑手",
}
OrderTypeName = map[int]string{
OrderTypeOrder: "订单",