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; } }