wms 通用函数提交

This commit is contained in:
alex
2023-06-14 18:09:08 +08:00
parent b114083464
commit 7a418a2aa6
4 changed files with 65 additions and 5 deletions

View File

@@ -31,10 +31,23 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string PRETASK_BILL_STATUS_START_ID = "26126834032677";
/// <summary>
/// 预任务单据状态-已完成Id
/// </summary>
public const string PRETASK_BILL_STATUS_COMPLE_ID = "26126860808229";
//
/// <summary>
/// 任务单据状态-已下达Id
/// </summary>
public const string TASK_BILL_STATUS_YXD_ID = "26126853976101";
/// <summary>
/// 任务单据状态-执行中Id
/// </summary>
public const string TASK_BILL_STATUS_RUNING_ID = "26126856028453";
/// <summary>
/// 任务单据状态-已完成ID
/// </summary>
public const string TASK_BILL_STATUS_COMPLE_ID = "26126860808229";
/// <summary>
/// 预任务生成业务类型-载具移入Id
/// </summary>
public const string BIZTYPE_MOVEIN_ID = "26121988909861";