admin
2022-10-28 0e9b6603d4ae9d11c1fbc90257ce816c5807b8ff
app/src/main/java/com/yeshi/makemoney/app/entity/user/UserExtraInfo.java
@@ -29,6 +29,11 @@
     **/
    private Integer unReadMsgCount;
    /**
     * 签到提醒
     **/
    private Boolean signInNotify;
    private Date createTime;
    private Date updateTime;
@@ -73,4 +78,12 @@
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }
    public Boolean getSignInNotify() {
        return signInNotify;
    }
    public void setSignInNotify(Boolean signInNotify) {
        this.signInNotify = signInNotify;
    }
}