pms算法调整

This commit is contained in:
2023-10-12 09:23:21 +08:00
parent 17e1a7cfdf
commit c5148ffdff

View File

@@ -38,6 +38,8 @@ public class DistributionMonitor extends BaseEntity {
private String orgId;
private String LineId;
/**
* 电压等级(字典)
*/
@@ -73,6 +75,21 @@ public class DistributionMonitor extends BaseEntity {
*/
private String terminalWiringMethod;
/**
* 统计间隔
*/
private Integer statisticalInterval;
/**
* 线路id
*/
private String lineId;
/**
* 电站id
*/
private String powerStationId;
/**
* pt变比
*/