wms电梯设定,新增开关电梯控制接口

This commit is contained in:
yang.lee
2023-11-30 15:25:44 +08:00
parent 0fbc485cc3
commit 08888ac4c2
11 changed files with 150 additions and 66 deletions

View File

@@ -182,6 +182,10 @@ namespace Tnb.WarehouseMgr
{
realFloor = 3;
}
else if(floor == 1)
{
realFloor = 1;
}
return Task.FromResult(realFloor);
}