feat(public): add new master of room number

This commit is contained in:
avicenan
2026-05-21 11:36:53 +09:00
parent 3c99d66a24
commit 42a509297d
2 changed files with 39 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export * from "../entity/responsible_party_consent";
export * from "../entity/foster_care_history";
export * from "../entity/notification";
export * from "../entity/counter";
export * from "../entity/room_number";
export * from "../entity/medical_form";
export * from "../types/public";