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"; + /// /// 单据状态-作业中 ///