问题单修复
This commit is contained in:
@@ -50,5 +50,9 @@ public class Communicate {
|
||||
@Column(name = "description")
|
||||
private String remark;
|
||||
|
||||
private Integer duration;
|
||||
|
||||
private String desc;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.njcn.prepare.harmonic.pojo.mysql.po.line;
|
||||
|
||||
import cn.hutool.core.date.DateTime;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -46,8 +47,7 @@ public class AlarmPO implements Serializable {
|
||||
*/
|
||||
private Integer alarmCount;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone ="GMT+8")
|
||||
private LocalDateTime updateTime;
|
||||
private String updateTime;
|
||||
|
||||
/**
|
||||
* 1.装置 2.监测点
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.njcn.prepare.harmonic.pojo.mysql.po.line;
|
||||
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import com.njcn.prepare.harmonic.pojo.influxdb.po.Communicate;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
@@ -31,11 +32,10 @@ public class TopMsgPO extends BaseEntity {
|
||||
*/
|
||||
private Integer comOutCount;
|
||||
|
||||
|
||||
/**
|
||||
* 通信中断时间段描述
|
||||
*/
|
||||
private List<String> comOutDesc;
|
||||
|
||||
private String comOutDescription;
|
||||
|
||||
/**
|
||||
@@ -74,10 +74,10 @@ public class TopMsgPO extends BaseEntity {
|
||||
|
||||
private float onlineRateValue;
|
||||
|
||||
private Integer offtimeValue;
|
||||
|
||||
private Integer offtimeFlag;
|
||||
|
||||
private List<Communicate> communicates;
|
||||
|
||||
/**
|
||||
* 状态 0.删除 1.正常
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user