算法优化

This commit is contained in:
xy
2025-06-10 15:01:52 +08:00
parent 6179e7f434
commit 02947219f4
2 changed files with 20 additions and 2 deletions

View File

@@ -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;
/**
* 频率指标
*/