海外读书修改

This commit is contained in:
wuchunlei
2024-11-26 18:08:44 +08:00
parent 238a6364a4
commit f32146383b
3 changed files with 16 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ public class BookAbroadComment implements Serializable {
@TableField(exist = false)
private int isLike;
@TableField(exist = false)
private int likeCount;
@TableField(exist = false)
private MyUserEntity userEntity;
@TableField(exist = false)
private List<BookAbroadComment> children;