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