区域暂态指标分类统计数据修改

This commit is contained in:
wr
2024-02-22 16:09:08 +08:00
parent 38ccaf4336
commit 7c278892a3
7 changed files with 28 additions and 21 deletions

View File

@@ -114,11 +114,19 @@ public class RStatSubstationOrgVO implements Serializable {
* 累计超标监测点数占比(此表的累计超标监测点数/区域统计表中的区域分类统计月表中的累计有效接入监测点数)
*/
private Float overLimitMeasurementRatioAccrued;
//同比,环比,平均天数
//同比日均
private Integer chainAverage;
//同比累计
private Integer chainAccrued;
//环比日均
private Integer sameAverage;
//环比累计
private Integer sameAccrued;
//平均天数
private Float averageOverDay;