问题单整改

This commit is contained in:
zhuxinyu
2023-05-05 13:02:44 +08:00
parent bc603fdb5e
commit d4ba963d98
5 changed files with 21 additions and 33 deletions

View File

@@ -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;
/**