ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -57,6 +57,12 @@ private String nickName; /** * 用户类型(00管理员) */ @Excel(name = "用户类型(00管理员)") private String userType; /** * 用户邮箱 */ @Excel(name = "用户邮箱") @@ -278,6 +284,16 @@ this.userName = userName; } public String getUserType() { return userType; } public void setUserType(String userType) { this.userType = userType; } @Email(message = "邮箱格式不正确") @Size(min = 0, max = 50, message = "邮箱长度不能超过50个字符") public String getEmail() {