Commit 8b6e667f by 郑永强

解决实体类赋值bug

parent 01cf550f
......@@ -55,11 +55,4 @@ 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