修改module

This commit is contained in:
FanLian
2023-06-20 19:10:07 +08:00
parent 94112147ea
commit 4335f456c0

View File

@@ -30,7 +30,7 @@ namespace Tnb.WarehouseMgr
/// <summary> /// <summary>
/// 空载具出库 /// 空载具出库
/// </summary> /// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSEMPTYOUTSTK_ID)] [OverideVisualDev(ModuleConsts.MODULE_WMSEMPTYOUTSTKPDA_ID)]
public class WmsPDAEmptyOutstockService : BaseWareHouseService, IPdaStroage public class WmsPDAEmptyOutstockService : BaseWareHouseService, IPdaStroage
{ {
@@ -65,7 +65,7 @@ namespace Tnb.WarehouseMgr
{ {
await _db.Ado.BeginTranAsync(); await _db.Ado.BeginTranAsync();
VisualDevEntity? templateEntity = await _visualDevService.GetInfoById(ModuleConsts.MODULE_WMSEMPTYOUTSTK_ID, true); VisualDevEntity? templateEntity = await _visualDevService.GetInfoById(ModuleConsts.MODULE_WMSEMPTYOUTSTKPDA_ID, true);
await _runService.Create(templateEntity, input); await _runService.Create(templateEntity, input);
/*//入库取终点 /*//入库取终点