fix: add missing Class/ClassStudent/ClassTeacher/DepositInstallment to TypeORM entities list
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
User,
|
||||
OperationLog,
|
||||
Deposit,
|
||||
DepositInstallment,
|
||||
Classroom,
|
||||
Tenant,
|
||||
ClassroomRental,
|
||||
@@ -72,9 +73,13 @@ import { SyncModule } from './sync/sync.module';
|
||||
User,
|
||||
OperationLog,
|
||||
Deposit,
|
||||
DepositInstallment,
|
||||
Classroom,
|
||||
Tenant,
|
||||
ClassroomRental,
|
||||
Class,
|
||||
ClassStudent,
|
||||
ClassTeacher,
|
||||
Permission,
|
||||
Role,
|
||||
ClassSchedule,
|
||||
|
||||
Reference in New Issue
Block a user