feat: complete student archive subsystem — 7 entities, PDF report, frontend profile page
This commit is contained in:
@@ -26,3 +26,10 @@ export { ExpenseType } from './expense-type.entity';
|
||||
export { Notification, NotificationType } from './notification.entity';
|
||||
export { Department, DepartmentType } from './department.entity';
|
||||
export { UserDepartment } from './user-department.entity';
|
||||
export { StudentProfile } from './student-profile.entity';
|
||||
export { StudentEnrollment } from './student-enrollment.entity';
|
||||
export { ExamScore } from './exam-score.entity';
|
||||
export { LearningRecord } from './learning-record.entity';
|
||||
export { ResultArchive } from './result-archive.entity';
|
||||
export { ArchiveAttachment } from './archive-attachment.entity';
|
||||
export { StudentReport } from './student-report.entity';
|
||||
|
||||
Reference in New Issue
Block a user