问题单整改
This commit is contained in:
@@ -27,27 +27,25 @@ public class TopMsgPO extends BaseEntity {
|
||||
*/
|
||||
private Integer deviceLevel;
|
||||
|
||||
private Integer offtimeFlag;
|
||||
/**
|
||||
* 通信中断次数
|
||||
*/
|
||||
private Integer comOutCount;
|
||||
|
||||
|
||||
/**
|
||||
* 通信中断时间段描述
|
||||
*/
|
||||
private String comOutDescription;
|
||||
|
||||
/**
|
||||
* 数据完整性标识 0.不达标 1.达标
|
||||
*/
|
||||
private Integer integrityFlag;
|
||||
|
||||
/**
|
||||
* 数据完成性百分比
|
||||
*/
|
||||
private Float integrityValue;
|
||||
|
||||
private Integer alarmCountFlag;
|
||||
/**
|
||||
* 告警次数
|
||||
*/
|
||||
@@ -58,8 +56,6 @@ public class TopMsgPO extends BaseEntity {
|
||||
*/
|
||||
private String alarmDesc;
|
||||
|
||||
private Integer alarmCountFlag;
|
||||
|
||||
/**
|
||||
* 流量超标标识 0.不达标 1.达标
|
||||
*/
|
||||
@@ -74,8 +70,6 @@ public class TopMsgPO extends BaseEntity {
|
||||
|
||||
private float onlineRateValue;
|
||||
|
||||
private Integer offtimeFlag;
|
||||
|
||||
private List<Communicate> communicates;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user