河北pms两级文档需求开发
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.njcn.harmonic.pojo.dto.upload;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* pqs
|
||||
*
|
||||
* @author cdf
|
||||
* @date 2024/5/13
|
||||
*/
|
||||
@Data
|
||||
public class RDimUpDTO {
|
||||
|
||||
/**
|
||||
* 中台母线编号
|
||||
*/
|
||||
private String busMidId;
|
||||
|
||||
/**
|
||||
* 监测母线最优监测点id
|
||||
*/
|
||||
private String effectId;
|
||||
|
||||
/**
|
||||
* 监测母线有效监测点ids
|
||||
*/
|
||||
private String effectIds;
|
||||
}
|
||||
@@ -30,9 +30,6 @@ public class PmsRunStatisticM {
|
||||
@MppMultiId
|
||||
private LocalDate statisticDate;
|
||||
|
||||
@MppMultiId
|
||||
private LocalDate statDate;
|
||||
|
||||
@MppMultiId
|
||||
private String deptId;
|
||||
|
||||
|
||||
@@ -30,9 +30,6 @@ public class PmsRunStatisticY {
|
||||
@MppMultiId
|
||||
private LocalDate statisticDate;
|
||||
|
||||
@MppMultiId
|
||||
private LocalDate statDate;
|
||||
|
||||
@MppMultiId
|
||||
private String deptId;
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@ public class RDimBusUpM {
|
||||
@MppMultiId
|
||||
private String phasicType;
|
||||
|
||||
@MppMultiId
|
||||
private LocalDate statDate;
|
||||
|
||||
@MppMultiId
|
||||
private String busId;
|
||||
|
||||
@@ -27,9 +27,6 @@ public class RDimBusUpY{
|
||||
@MppMultiId
|
||||
private LocalDate statisticDate;
|
||||
|
||||
@MppMultiId
|
||||
private LocalDate statDate;
|
||||
|
||||
@MppMultiId
|
||||
private String phasicType;
|
||||
|
||||
|
||||
@@ -30,4 +30,9 @@ public class DimBusBarVO {
|
||||
private String stationType;
|
||||
private String stationVoltageLevel;
|
||||
private String stationVoltageLevelName;
|
||||
|
||||
|
||||
|
||||
private Integer busEfectiveMnitorNum;
|
||||
private String busEffectiveMonitors;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user