|
@@ -27,6 +27,10 @@ public class UpdateGroupAlarmRuleDTO {
|
|
|
@NotNull(message = "报警类型编码不能为空") // todo 更新校验规则
|
|
|
private String alarmItemCode;
|
|
|
|
|
|
+ @ApiModelProperty(value = "报警类型名称", required = true)
|
|
|
+ @NotNull(message = "报警类型名称不能为空") // todo 更新校验规则
|
|
|
+ private String alarmItemName;
|
|
|
+
|
|
|
@ApiModelProperty(value = "报警规则", required = true)
|
|
|
@NotNull(message = "报警规则不能为空") // todo 更新校验规则
|
|
|
private UpdateAlarmConditionDTO alarmCondition;
|