feat(sync): importDingTalkUsers supports class creation and teacher/student linking

This commit is contained in:
2026-07-09 12:33:10 +08:00
parent 5b92521426
commit 00de6cbd3a
3 changed files with 141 additions and 68 deletions

View File

@@ -13,6 +13,8 @@ import {
User,
Student,
Role,
Class,
ClassStudent,
} from '../entities';
import { SyncService } from './sync.service';
import { SyncController } from './sync.controller';
@@ -31,6 +33,8 @@ import { ScheduleSyncService } from './schedule-sync.service';
User,
Student,
Role,
Class,
ClassStudent,
]),
IntegrationModule,
AttendanceModule,