add hospital info orm
This commit is contained in:
@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user