add hospital info orm

This commit is contained in:
avicenan
2026-06-03 11:11:30 +09:00
parent ebede4b0e7
commit c6d471dde0

View File

@ -16,6 +16,7 @@ import {
HrmsEmployee,
HrmsDepartment,
HrmsShift,
HospitalInformation
} from "entity"
import { ILogObj, Logger } from "tslog"
@ -53,6 +54,7 @@ export class OrmHelper {
HrmsPosition,
HrmsShift,
HrmsEmployee,
HospitalInformation
],
subscribers: [],
migrations: [],