This commit is contained in:
2023-06-15 19:52:22 +08:00
parent 1a2f3aa8ea
commit 04f2d5c551
2 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string WMS_PRETASK_H_ENCODE = "PreTaskGen";
/// <summary>
/// 任务执行ENCODE
/// </summary>
public const string WMS_TASK_EXECUTE_ENCODE = "WmsTaskRequest";
/// <summary>
/// 预任务单据状态-待下发Id
/// </summary>
public const string PRETASK_BILL_STATUS_DXF_ID = "26126822610469";
@@ -38,6 +42,12 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_CANCEL_ID = "26126842129701";
//
/// <summary>
/// 任务单据状态-待执行Id
/// </summary>
public const string TASK_BILL_STATUS_DZX_ID = "26126851525157";
//
/// <summary>
/// 任务单据状态-已下达Id