fix: add missing Bed and Locker entities to TypeORM registration

This commit is contained in:
2026-07-09 14:00:58 +08:00
parent db3e4aae84
commit 7666baceff
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ import {
Student,
Room,
Occupancy,
Bed,
Locker,
RoomExpense,
PersonalExpense,
Bill,
@@ -90,6 +92,8 @@ import { CampusScopeMiddleware } from './common/campus-scope.middleware';
Student,
Room,
Occupancy,
Bed,
Locker,
RoomExpense,
PersonalExpense,
Bill,