新增异常数据问题
This commit is contained in:
@@ -82,4 +82,7 @@ public class OnlineVo implements Serializable {
|
||||
@ApiModelProperty("最新数据时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
@ApiModelProperty("数据类型 0:无数据 1:超标告警 2:异常数据")
|
||||
private Integer dataType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user