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