@@ -102,4 +102,7 @@ public class DeviceVo {
@ApiModelProperty(value="离线天数")
private Integer offlineDays;
+
+ @ApiModelProperty(value="是否支持阀门 0:否 1:是")
+ private Integer isSupportValve;
}