wms 通用函数提交
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user