新增物联设备相关算法
This commit is contained in:
@@ -62,5 +62,7 @@ public class LineCountEvaluateParam extends BaseParam implements Serializable {
|
||||
*/
|
||||
private Boolean dataType = true;
|
||||
|
||||
//0:通用 1:省级平台 2:物联
|
||||
private Integer type;
|
||||
|
||||
}
|
||||
|
||||
@@ -33,6 +33,12 @@ public class DataFlicker {
|
||||
@Column(name = "phasic_type",tag = true)
|
||||
private String phasicType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
@Column(name = "fluc")
|
||||
private Double fluc=0.00;
|
||||
|
||||
|
||||
@@ -33,6 +33,12 @@ public class DataFluc {
|
||||
@Column(name = "phasic_type",tag = true)
|
||||
private String phasicType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
@Column(name = "fluc")
|
||||
private Double fluc=0.00;
|
||||
|
||||
|
||||
@@ -43,6 +43,12 @@ public class DataHarmphasicI {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataHarmphasicV {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataHarmpowerP {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataHarmpowerQ {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataHarmpowerS {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -43,6 +43,12 @@ public class DataHarmrateI {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -43,6 +43,12 @@ public class DataHarmrateV {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataI {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataInharmI {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -44,6 +44,12 @@ public class DataInharmV {
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -34,9 +34,18 @@ public class DataPlt {
|
||||
@Column(name = "phasic_type",tag = true)
|
||||
private String phasicType;
|
||||
|
||||
@Column(name = "value_type",tag = true)
|
||||
private String valueType;
|
||||
|
||||
@Column(name = "quality_flag",tag = true)
|
||||
private String qualityFlag="0";
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
@@ -45,6 +45,13 @@ public class DataV {
|
||||
@Column(name = "quality_flag", tag = true)
|
||||
private String qualityFlag="0";
|
||||
|
||||
@Column(name = "cl_did", tag = true)
|
||||
private String cldid;
|
||||
|
||||
@Column(name = "process", tag = true)
|
||||
private String process;
|
||||
|
||||
|
||||
//是否是异常指标数据,0否1是
|
||||
@Column(name = "abnormal_flag")
|
||||
private Integer abnormalFlag;
|
||||
|
||||
Reference in New Issue
Block a user