浏览代码

根据事件编码查询设备

李进 1 年之前
父节点
当前提交
e5e8fc578f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      device-api/src/main/java/com/xy/dto/DeviceInfoDto.java

+ 2 - 0
device-api/src/main/java/com/xy/dto/DeviceInfoDto.java

@@ -885,6 +885,8 @@ public class DeviceInfoDto {
         @ApiModelProperty("右门锁机状态,字典类型:devcie_lock_status")
         private Integer deviceStateR;
 
+        @ApiModelProperty("机器是否通电")
+        private Integer sysPower;
     }