@@ -44,6 +44,6 @@ public class StatMeterReadRateDto extends StatMeterReadRateByCollector {
private Integer installedDeviceCount;
@ApiModelProperty(value="设备型号")
- private Integer deviceTypeName ;
+ private String deviceTypeName ;
}