From 1730632c28876f6863e2a65f3362497ac37bd67a Mon Sep 17 00:00:00 2001 From: hlb <894797954@qq.com> Date: Wed, 14 Jun 2023 17:37:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E8=BD=BD=E5=85=B7=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tnb.WarehouseMgr.Entities/Consts/WmsWareHouseConst.cs | 4 ++++ 1 file changed, 4 insertions(+) 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"; } }