update 邮箱授权码 改成 非必填

This commit is contained in:
lijiarao
2021-12-14 18:02:37 +08:00
parent 4213c11efc
commit e73591d547
2 changed files with 0 additions and 2 deletions
@@ -140,7 +140,6 @@ public class SysUser implements Serializable {
/**
* 邮箱授权码
*/
@NotBlank(message = "邮箱授权码不能为空")
@Excel(name="邮箱授权码",width = 15,exportConvert = true)
@ApiModelProperty(value = "邮箱授权码")
private String emailPassword;
@@ -65,7 +65,6 @@ public class SysUserTemplate {
/**
* 邮箱授权码
*/
@NotBlank(message = "邮箱授权码不能为空")
@Size(max = 50,message = "邮箱授权码最长为50字符")
@Excel(name="邮箱授权码",width = 15)
@ApiModelProperty(value = "邮箱授权码")