添加异常标志字段,修改规范字段名,类名
This commit is contained in:
@@ -205,4 +205,8 @@ public class DataI {
|
||||
@Column(name = "i_50")
|
||||
private Double i50;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user