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