feat: expand student archive import template

This commit is contained in:
2026-07-21 15:11:52 +08:00
parent a585fd42d5
commit 90cc0c10b2
13 changed files with 1103 additions and 385 deletions

View File

@@ -62,6 +62,11 @@ function makeService(
{} as never, // attendanceRepo
{} as never, // classTeacherRepo
{} as never, // organizationRepo
{} as never, // profileRepo
{} as never, // enrollmentRepo
{} as never, // examScoreRepo
{} as never, // learningRecordRepo
{} as never, // resultRepo
);
return { service, studentQb, classStudentQb };