This commit is contained in:
alex
2023-06-14 18:09:12 +08:00
2 changed files with 145 additions and 0 deletions

View File

@@ -59,5 +59,9 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 预任务类型-入库TypeId
/// </summary>
public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797";
/// <summary>
/// 预任务生成业务类型-载具移入Id
/// </summary>
public const string BIZTYPE_EMPTYIN_ID = "26120915344165";
}
}