forked from wangziqi/gongxue-base
feat(sync): importDingTalkUsers supports class creation and teacher/student linking
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user