|
|
@@ -33,7 +33,6 @@ public class IotWarnindicator extends IotBaseEntity {
|
|
|
/** 通道地址 */
|
|
|
@Length(max = 45 , message = "通道地址最大长度为36")
|
|
|
private String wiAddress;
|
|
|
-
|
|
|
/** 要素编码 */
|
|
|
@Length(max = 45 , message = "要素编码最大长度为36")
|
|
|
private String wiCode;
|
|
|
@@ -46,8 +45,6 @@ public class IotWarnindicator extends IotBaseEntity {
|
|
|
@Length(max = 10 , message = "要素单位最大长度为10")
|
|
|
private String wiUnit;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/** 指标表达式,例如:大于/大于等于/小于/小于等于/范围/等于/不在范围 */
|
|
|
@Length(max = 50 , message = "指标表达式,例如:大于/大于等于/小于/小于等于/范围/等于/不在范围最大长度为50")
|
|
|
private String wiExpression;
|
|
|
@@ -56,6 +53,9 @@ public class IotWarnindicator extends IotBaseEntity {
|
|
|
@Length(max = 100 , message = "指标值,例如:10/10-100最大长度为100")
|
|
|
private String wiValue;
|
|
|
|
|
|
+ @Length(max = 1,message = "指标状态最大长度为1")
|
|
|
+ private String wiStatus;
|
|
|
+
|
|
|
/** 创建人 */
|
|
|
@Length(max = 36 , message = "创建人最大长度为36")
|
|
|
private String wiCreator;
|