Commit efa8ca49 by 阮思源

Merge branch 'feat-1002713' into 'master'

修改500

See merge request rays/pcloud-book!664
parents e2ebd37c 49cb2091
......@@ -53,4 +53,11 @@ public class CultivateNotifySend extends BaseEntity {
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