我的学生加入查看详情

This commit is contained in:
2025-08-04 17:38:20 +08:00
parent 78a19c07ce
commit 25f6b589b3
2 changed files with 12 additions and 1 deletions

View File

@@ -91,6 +91,8 @@ public class SrsStudent extends BaseEntity
})
@TableField(exist = false)
private SrsMajors srsMajors;
@TableField(exist = false)
private CphStuExtraInfo cphStuExtraInfo;
/** 所属班级ID */
private Long classId;