fix: add missing Class/ClassStudent/ClassTeacher/DepositInstallment to TypeORM entities list

This commit is contained in:
2026-07-05 20:55:36 +08:00
parent a7a1969d79
commit eb82b269c1

View File

@@ -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,