小bug 修复

This commit is contained in:
wangjinlei
2024-04-12 11:24:25 +08:00
parent cb9f55475f
commit bf1def1c3d
4 changed files with 11 additions and 4 deletions

View File

@@ -30,4 +30,6 @@ public class CourseEntity {
@TableField(exist = false)
private List<CourseCatalogueEntity> courseCatalogueEntityList;
@TableField(exist = false)
private Integer bindId;
}