增加MES入库接口

This commit is contained in:
2023-07-03 09:00:29 +08:00
parent 280abeac1d
commit 947a6cd066
2 changed files with 233 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// <summary>
/// 业务类型TypeId
/// </summary>
///
public const string WMS_BIZTYPE_ID = "25043955941909";
/// <summary>
/// 预任务生成EnCode
@@ -28,6 +31,11 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 载具移入生成Encode
/// </summary>
public const string WMS_CARRYMOINSTK_ENCODE = "CarryMoInStk";
/// <summary>
/// 入库申请生成Encode
/// </summary>
public const string WMS_INSTOCK_ENCODE = "WmsInStock";
/// <summary>
/// 任务执行ENCODE
/// </summary>