区域报告修改,添加间谐波电压含有率

This commit is contained in:
cdf
2026-06-07 15:55:50 +08:00
parent 748fd62afb
commit 50181459bf
5 changed files with 86 additions and 22 deletions

View File

@@ -3,6 +3,8 @@ package com.njcn.harmonic.pojo.param.report;
import com.njcn.harmonic.pojo.dto.report.CommReportLedgerDto;
import lombok.Data;
import java.util.List;
/**
* @Author: cdf
* @CreateTime: 2026-01-06
@@ -17,6 +19,6 @@ public class AreaHarmReportParam {
private String deptId;
private String scale;
private List<String> voltageIds;
}

View File

@@ -191,6 +191,11 @@ public class OverAreaLimitVO {
private Double negativeOverDayBiLi = -1.0;
//间谐波电压超标情况
/**
* 超标监测点集合,区域报告使用
*/
private List<String> inHarmonicVMonitorList = new ArrayList<>();;
/**
* 个数
*/