feat: add ClassSchedule entity

This commit is contained in:
2026-07-05 19:18:31 +08:00
parent 20a4dfad84
commit 78320b8682
2 changed files with 83 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ export { Role } from './role.entity';
export { Class, ClassType, ClassStatus } from './class.entity';
export { ClassStudent } from './class-student.entity';
export { ClassTeacher, TeacherRoleType } from './class-teacher.entity';
export { ClassSchedule, ScheduleType } from './class-schedule.entity';