Commit 4ae42080 by 裴大威

Merge branch 'feat-zyq-1002900' into 'master'

解决实体类赋值bug

See merge request rays/pcloud-book!721
parents 01cf550f 8b6e667f
......@@ -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