feat: 合并

This commit is contained in:
砂糖
2025-09-02 15:03:34 +08:00
parent c50adfd648
commit 6e8793b290
29 changed files with 4110 additions and 24 deletions

View File

@@ -3,4 +3,13 @@ export const EExpressType = {
ZTO: "ZTO",
BEST: "Best",
STO: "STO",
}
}
// 订单状态
export const EOrderStatus = {
NEW: 0,
PRODUCTIONING: 1,
FINISH: 2,
CANCEL: 3
}