| | |
| | | /// </summary> |
| | | [Description("件箱输送线")] |
| | | BoxConveyorLine = 4, |
| | | /// <summary> |
| | | /// 码垛机器人 |
| | | /// </summary> |
| | | [Description("码垛机器人")] |
| | | RobotPalletizer = 5, |
| | | /// <summary> |
| | | /// 拆垛机器人 |
| | | /// </summary> |
| | | [Description("拆垛机器人")] |
| | | StackingRobot = 6, |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | //String |
| | | [Description("String")] |
| | | String = 11, |
| | | } |
| | | /// <summary> |
| | | /// 交互类型 |
| | | /// </summary> |
| | | [Description("交互类型")] |
| | | public enum DeviceTypeEnum |
| | | { |
| | | /// <summary> |
| | | /// 业务 |
| | | /// </summary> |
| | | [Description("业务")] |
| | | Business = 1, |
| | | /// <summary> |
| | | /// 页面展示 |
| | | /// </summary> |
| | | [Description("页面展示")] |
| | | Show = 2, |
| | | } |