Commit 813ba87e by huangfusuper

解决邮箱报错

parent 45075a2c
...@@ -67,7 +67,6 @@ public class EmailAlarmVo implements Serializable { ...@@ -67,7 +67,6 @@ public class EmailAlarmVo implements Serializable {
*/ */
@ApiModelProperty("告警邮箱") @ApiModelProperty("告警邮箱")
@NotBank(errorMessage = "告警邮箱不能为空,多个联系人可用,分割") @NotBank(errorMessage = "告警邮箱不能为空,多个联系人可用,分割")
@EmailValidation(isEmails = true)
private String alarmEmail; private String alarmEmail;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment