区域暂态指标分类统计数据修改
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user