疯狂的狮子li
2021-04-22 1bef814c519c40d3e569745a50a639565a89ef44
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -73,10 +73,14 @@
    /** 用户头像 */
    private String avatar;
    /** 密码 */
    @JsonIgnore
       /** 密码 */
    @JsonProperty
    private String password;
    @JsonIgnore
    public String getPassword() {
        return password;
    }
    /** 盐加密 */
    private String salt;
@@ -98,6 +102,7 @@
    private Date loginDate;
    /** 创建者 */
    @TableField(fill = FieldFill.INSERT)
    private String createBy;
    /** 创建时间 */
@@ -106,6 +111,7 @@
    private Date createTime;
    /** 更新者 */
    @TableField(fill = FieldFill.INSERT_UPDATE)
    private String updateBy;
    /** 更新时间 */