算法优化
This commit is contained in:
@@ -40,6 +40,13 @@ public class PqDataVerifyBak implements Serializable {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd",timezone="GMT+8")
|
||||
private LocalDate time;
|
||||
|
||||
/**
|
||||
* 监测点状态
|
||||
* 判断所有指标 0:无异常 1:异常
|
||||
*/
|
||||
@TableField(value = "state")
|
||||
private Integer state = 0;
|
||||
|
||||
/**
|
||||
* 频率指标
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user