ソースを参照

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;
 
         @ApiModelProperty("显示状态")
-        private Integer showStatus;
+        private Boolean showStatus;
 
         @ApiModelProperty("冻结状态")
         private Integer freezeStatus;