This commit is contained in:
wuchunlei
2025-06-20 17:19:06 +08:00
parent d2feee9c1c
commit a6598342cc
3 changed files with 22 additions and 8 deletions

View File

@@ -63,5 +63,5 @@ public class CourseEntity {
@TableField(exist = false)
private Integer taihuTalentId;
@TableField(exist = false)
private TaihuTalent taihuTalent;
private List<TaihuTalent> taihuTalent;
}