空载具业务

This commit is contained in:
2023-06-14 17:37:38 +08:00
parent 2d88c8e8fa
commit 1730632c28

View File

@@ -46,5 +46,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";
}
}