增加任务已取消状态

This commit is contained in:
2023-06-15 16:52:27 +08:00
parent d849a23b89
commit 3000b395d2

View File

@@ -47,6 +47,11 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 任务单据状态-已完成ID
/// </summary>
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";
/// <summary>
/// 任务单据状态-已取消ID
/// </summary>
public const string TASK_BILL_STATUS_CANCEL_ID = "26126863175461";
/// <summary>
/// 单据状态-作业中
/// </summary>