区域报告修改,添加间谐波电压含有率
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -191,6 +191,11 @@ public class OverAreaLimitVO {
|
||||
private Double negativeOverDayBiLi = -1.0;
|
||||
|
||||
//间谐波电压超标情况
|
||||
|
||||
/**
|
||||
* 超标监测点集合,区域报告使用
|
||||
*/
|
||||
private List<String> inHarmonicVMonitorList = new ArrayList<>();;
|
||||
/**
|
||||
* 个数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user