feat: add college archive fields
Some checks failed
CI 检查 / lint (pull_request) Has been cancelled
CI 检查 / typecheck (pull_request) Has been cancelled
CI 检查 / test (pull_request) Has been cancelled

This commit is contained in:
2026-07-21 15:35:35 +08:00
parent 2626d5f460
commit 37ef6f9dd7
11 changed files with 95 additions and 6 deletions

View File

@@ -126,6 +126,8 @@ export class StudentsController {
supervisor: s.supervisor || '',
targetCollege: profile?.targetCollege || '',
targetMajor: profile?.targetMajor || '',
collegeSchool: profile?.collegeSchool || '',
collegeMajor: profile?.collegeMajor || '',
subjectDirection: profile?.subjectDirection || '',
grade: profile?.grade || '',
profileDate: profile?.profileDate || '',