update 邮箱授权码 改成 非必填
This commit is contained in:
@@ -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 = "邮箱授权码")
|
||||
|
||||
Reference in New Issue
Block a user