添加异常标志字段,修改规范字段名,类名

This commit is contained in:
hzj
2024-07-10 09:06:45 +08:00
parent fc0a88d4d8
commit 7f9c079c13
17 changed files with 51 additions and 11 deletions

View File

@@ -193,4 +193,8 @@ public class DataHarmPowerP {
@Column(name = "p_50")
private Double p50;
//是否是异常指标数据0否1是
@Column(name = "abnormal_flag")
private Integer abnormalFlag;
}