课程、章节评论

This commit is contained in:
wuchunlei
2024-06-12 16:38:34 +08:00
parent 501db3f59d
commit 85901e1996
9 changed files with 230 additions and 1 deletions

View File

@@ -43,5 +43,7 @@ public class CourseGuestbook {
@TableField(exist = false)
private List<CourseGuestbook> children;
@TableField(exist = false)
private MyUserEntity user;
}