whycxzp
2021-01-08 d04fed7dfceee61b5dd6ba10f23ff16c80458f47
src/main/java/com/whyc/pojo/User.java
@@ -13,6 +13,7 @@
    private Integer id;
    private String name;
    private String password;
    private String salt;
    @JsonFormat(locale = "zh",timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
    private Date createTime;
@@ -49,6 +50,14 @@
        this.password = password;
    }
    public String getSalt() {
        return salt;
    }
    public void setSalt(String salt) {
        this.salt = salt;
    }
    public Date getCreateTime() {
        return createTime;
    }