diff --git a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs index ae6fb528..4cb48cb3 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs @@ -46,5 +46,9 @@ namespace Tnb.WarehouseMgr.Entities.Consts /// 预任务类型-入库TypeId /// public const string WMS_PRETASK_INSTOCK_TYPE_ID = "26126748597797"; + /// + /// 预任务生成业务类型-载具移入Id + /// + public const string BIZTYPE_EMPTYIN_ID = "26120915344165"; } }