Commit 49cb2091 by 郑勇

修改500

parent e2ebd37c
...@@ -53,4 +53,11 @@ public class CultivateNotifySend extends BaseEntity { ...@@ -53,4 +53,11 @@ public class CultivateNotifySend extends BaseEntity {
this.readTime = readTime; this.readTime = readTime;
} }
public Boolean getIsRead() {
return isRead;
}
public void setIsRead(Boolean isRead) {
isRead = isRead;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment