代码提交
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
package com.njcn.device.pms.pojo.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
|
||||
/**
|
||||
* pqs
|
||||
*
|
||||
* @author cdf
|
||||
* @date 2023/12/13
|
||||
*/
|
||||
@Data
|
||||
public class MonitorLimitDTO {
|
||||
|
||||
|
||||
private String id;
|
||||
private Date ocDate;
|
||||
private String monitorId;
|
||||
private String voltage;
|
||||
private Integer ct;
|
||||
private Integer pt;
|
||||
private BigDecimal voldelimiteUp;
|
||||
private BigDecimal voldelimiteLow;
|
||||
private BigDecimal pltLimit;
|
||||
private BigDecimal freqLimit;
|
||||
private BigDecimal ratedeLimiteUp;
|
||||
private BigDecimal ratedeLimiteDown;
|
||||
private BigDecimal vthdLimit;
|
||||
private BigDecimal flucLimit;
|
||||
private BigDecimal deltaLimit;
|
||||
private BigDecimal vunbanLimit;
|
||||
private BigDecimal oddHamVPerate;
|
||||
private BigDecimal eveHamVPerate;
|
||||
private BigDecimal i2Limit;
|
||||
private BigDecimal i3Limit;
|
||||
private BigDecimal i4Limit;
|
||||
private BigDecimal i5Limit;
|
||||
private BigDecimal i6Limit;
|
||||
private BigDecimal i7Limit;
|
||||
private BigDecimal i8Limit;
|
||||
private BigDecimal i9Limit;
|
||||
private BigDecimal i10Limit;
|
||||
private BigDecimal i11Limit;
|
||||
private BigDecimal i12Limit;
|
||||
private BigDecimal i13Limit;
|
||||
private BigDecimal i14Limit;
|
||||
private BigDecimal i15Limit;
|
||||
private BigDecimal i16Limit;
|
||||
private BigDecimal i17Limit;
|
||||
private BigDecimal i18Limit;
|
||||
private BigDecimal i19Limit;
|
||||
private BigDecimal i20Limit;
|
||||
private BigDecimal i21Limit;
|
||||
private BigDecimal i22Limit;
|
||||
private BigDecimal i23Limit;
|
||||
private BigDecimal i25Limit;
|
||||
private BigDecimal harmonicVoltageLimit2;
|
||||
private BigDecimal harmonicVoltageLimit3to16;
|
||||
private BigDecimal shortNegatiVUnbalan_limit;
|
||||
private BigDecimal normNegatiVUnbalanLimit;
|
||||
private BigDecimal negatiCUnbalanCp95;
|
||||
private BigDecimal negatiCUnbalanMax;
|
||||
private BigDecimal i24Limit;
|
||||
private BigDecimal i26Limit;
|
||||
private BigDecimal i27Limit;
|
||||
private BigDecimal i28Limit;
|
||||
private BigDecimal i29Limit;
|
||||
private BigDecimal i30Limit;
|
||||
private BigDecimal i31Limit;
|
||||
private BigDecimal i32Limit;
|
||||
private BigDecimal i33Limit;
|
||||
private BigDecimal i34Limit;
|
||||
private BigDecimal i35Limit;
|
||||
private BigDecimal i36Limit;
|
||||
private BigDecimal i37Limit;
|
||||
private BigDecimal i38Limit;
|
||||
private BigDecimal i39Limit;
|
||||
private BigDecimal i40Limit;
|
||||
private BigDecimal i41Limit;
|
||||
private BigDecimal i42Limit;
|
||||
private BigDecimal i43Limit;
|
||||
private BigDecimal i44Limit;
|
||||
private BigDecimal i45Limit;
|
||||
private BigDecimal i46Limit;
|
||||
private BigDecimal i47Limit;
|
||||
private BigDecimal i48Limit;
|
||||
private BigDecimal i49Limit;
|
||||
private BigDecimal i50Limit;
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
package com.njcn.device.pms.pojo.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* pqs
|
||||
*
|
||||
* @author cdf
|
||||
* @date 2023/12/11
|
||||
*/
|
||||
@Data
|
||||
public class PushMonitorDTO {
|
||||
|
||||
private String id;
|
||||
private String monitorName;
|
||||
private String monitorId;
|
||||
private String terminalCode;
|
||||
private BigDecimal monitorLocal;
|
||||
private String objectType;
|
||||
private String voltageLevel;
|
||||
private BigDecimal minShortCapacity;
|
||||
private BigDecimal bmShortCapacity;
|
||||
private BigDecimal supplyEquipCapacity;
|
||||
private BigDecimal userProtocolCapacity;
|
||||
private String customName;
|
||||
private String status;
|
||||
private Date ctime;
|
||||
private Date updateTime;
|
||||
private String lineId;
|
||||
private String chv;
|
||||
private String chi;
|
||||
private String evtType;
|
||||
private String terminalConnect;
|
||||
private String neutralGround;
|
||||
private String isLine;
|
||||
private String monitorType;
|
||||
private String breakerName;
|
||||
private String breakerId;
|
||||
private String passTime;
|
||||
private String objTypePre;
|
||||
private String objTypePrePre;
|
||||
private String isMajorNet;
|
||||
private String cityId;
|
||||
private String maintOrg;
|
||||
private String statisticalInterval;
|
||||
private String busId;
|
||||
private String monitorTag;
|
||||
private String monitorObjId;
|
||||
private String transId;
|
||||
private String nameType;
|
||||
private String measPointId;
|
||||
private String convertorStationId;
|
||||
private String logicalDeviceSeq;
|
||||
private String substationId;
|
||||
private String substationName;
|
||||
private String subVoltageLevel;
|
||||
private String provinceId;
|
||||
private String provinceName;
|
||||
}
|
||||
@@ -136,7 +136,7 @@ public class Monitor extends BaseEntity {
|
||||
private Integer isSpecialSupplyElectricity;
|
||||
|
||||
/**
|
||||
* 监测对象类型
|
||||
* 监测点标签
|
||||
*/
|
||||
private String monitorTag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user