From 3000b395d2dd284cf11f14606a5715df2893e2e4 Mon Sep 17 00:00:00 2001
From: hlb <894797954@qq.com>
Date: Thu, 15 Jun 2023 16:52:27 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=BB=E5=8A=A1=E5=B7=B2?=
=?UTF-8?q?=E5=8F=96=E6=B6=88=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs
index 218d355b..d1b69b7c 100644
--- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs
+++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs
@@ -47,6 +47,11 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 任务单据状态-已完成ID
///
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";
+ ///
+ /// 任务单据状态-已取消ID
+ ///
+ public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461";
+
///
/// 单据状态-作业中
///