refactor: remove unused classroom fields

This commit is contained in:
2026-07-13 09:34:15 +08:00
parent a266d450e1
commit b9b295c997
14 changed files with 374 additions and 53 deletions

View File

@@ -130,7 +130,6 @@ export class ClassroomsService {
floor?: number;
capacity?: number;
roomType?: string;
courseType?: string;
}[],
) {
let imported = 0;