pms算法调整
This commit is contained in:
@@ -38,6 +38,8 @@ public class DistributionMonitor extends BaseEntity {
|
|||||||
|
|
||||||
private String orgId;
|
private String orgId;
|
||||||
|
|
||||||
|
private String LineId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 电压等级(字典)
|
* 电压等级(字典)
|
||||||
*/
|
*/
|
||||||
@@ -73,6 +75,21 @@ public class DistributionMonitor extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private String terminalWiringMethod;
|
private String terminalWiringMethod;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 统计间隔
|
||||||
|
*/
|
||||||
|
private Integer statisticalInterval;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 线路id
|
||||||
|
*/
|
||||||
|
private String lineId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 电站id
|
||||||
|
*/
|
||||||
|
private String powerStationId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pt变比
|
* pt变比
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user