实体类调整

This commit is contained in:
2023-06-12 14:39:59 +08:00
parent d760da9820
commit 1036db9a03
8 changed files with 59 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ import java.time.LocalDate;
/**
* <p>
*
*
* </p>
*
* @author rui.wu
@@ -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;

View File

@@ -13,7 +13,7 @@ import java.time.LocalDate;
/**
* <p>
*
*
* </p>
*
* @author rui.wu
@@ -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;

View File

@@ -13,7 +13,7 @@ import java.time.LocalDate;
/**
* <p>
*
*
* </p>
*
* @author rui.wu
@@ -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;