admin
2022-05-07 15bedcc619b1edb6eb987f9288db7670e5b38c46
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;
    }
}