增加MES-WMS接口

This commit is contained in:
FanLian
2023-07-07 16:49:39 +08:00
parent 70634df84d
commit 630678ff23
28 changed files with 1042 additions and 9 deletions

View File

@@ -27,6 +27,17 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 预任务生成EnCode
/// </summary>
public const string WMS_PRETASK_H_ENCODE = "PreTaskGen";
/// 齐套出库生成Encode
/// </summary>
public const string WMS_KITTINGOUTSTK_ENCODE = "WmsKittingOutStk";
/// <summary>
/// 空载具出库生成Encode
/// </summary>
public const string WMS_EMPTYOUTSTK_ENCODE = "EptyCarryOutStk";
/// <summary>
/// 空载具入库生成Encode
/// </summary>
public const string WMS_EMPTYINSTK_ENCODE = "EptyCarryInbound";
/// <summary>
/// 载具移入生成Encode
/// </summary>