1、任务执行新增,更具目标库位判断是否为电梯库位进行呼梯操作
2、放货确认接口新增代码逻辑
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Enums
|
||||
{
|
||||
public enum EnumDoorStatus
|
||||
{
|
||||
未知状态 = 0,
|
||||
开门过程 = 1,
|
||||
开门到位保持 = 2,
|
||||
关门过程 = 3,
|
||||
关门到位保持 = 4,
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user