浏览代码

mqtt指令发布

李进 2 年之前
父节点
当前提交
889f4214a9

+ 1 - 1
device-api-service/src/main/java/com/xy/entity/DeviceInfo.java

@@ -74,7 +74,7 @@ public class DeviceInfo {
     /**
     /**
      * 显示状态
      * 显示状态
      */
      */
-    private Integer showStatus;
+    private Boolean showStatus;
 
 
     /**
     /**
      * 冻结状态
      * 冻结状态

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

@@ -131,7 +131,7 @@ public class DeviceInfoDto {
         private Integer busyState;
         private Integer busyState;
 
 
         @ApiModelProperty("显示状态")
         @ApiModelProperty("显示状态")
-        private Integer showStatus;
+        private Boolean showStatus;
 
 
         @ApiModelProperty("冻结状态")
         @ApiModelProperty("冻结状态")
         private Integer freezeStatus;
         private Integer freezeStatus;