ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -23,7 +23,7 @@ /** * 用户对象 sys_user * * * @author ruoyi */ @@ -73,11 +73,11 @@ /** 用户头像 */ private String avatar; /** 密码 */ @JsonProperty /** 密码 */ private String password; @JsonIgnore @JsonProperty public String getPassword() { return password; } @@ -102,6 +102,7 @@ private Date loginDate; /** 创建者 */ @TableField(fill = FieldFill.INSERT) private String createBy; /** 创建时间 */ @@ -110,6 +111,7 @@ private Date createTime; /** 更新者 */ @TableField(fill = FieldFill.INSERT_UPDATE) private String updateBy; /** 更新时间 */