实体类调整
This commit is contained in:
@@ -35,7 +35,7 @@ public class RStatSubstationM implements Serializable {
|
||||
private String substationId;
|
||||
|
||||
@ApiModelProperty(value = "日均有效接入监测点数")
|
||||
private Integer effectiveMeasurementAverage;
|
||||
private Float effectiveMeasurementAverage;
|
||||
|
||||
@ApiModelProperty(value = "累计有效接入监测点数")
|
||||
private Integer effectiveMeasurementAccrued;
|
||||
|
||||
@@ -35,7 +35,7 @@ public class RStatSubstationQ implements Serializable {
|
||||
private String substationId;
|
||||
|
||||
@ApiModelProperty(value = "日均有效接入监测点数")
|
||||
private Integer effectiveMeasurementAverage;
|
||||
private Float effectiveMeasurementAverage;
|
||||
|
||||
@ApiModelProperty(value = "累计有效接入监测点数")
|
||||
private Integer effectiveMeasurementAccrued;
|
||||
|
||||
@@ -35,7 +35,7 @@ public class RStatSubstationY implements Serializable {
|
||||
private String substationId;
|
||||
|
||||
@ApiModelProperty(value = "日均有效接入监测点数")
|
||||
private Integer effectiveMeasurementAverage;
|
||||
private Float effectiveMeasurementAverage;
|
||||
|
||||
@ApiModelProperty(value = "累计有效接入监测点数")
|
||||
private Integer effectiveMeasurementAccrued;
|
||||
|
||||
Reference in New Issue
Block a user