diff --git a/src/schema/hrms.ts b/src/schema/hrms.ts index e9c9b60..8ad426f 100644 --- a/src/schema/hrms.ts +++ b/src/schema/hrms.ts @@ -1,9 +1,14 @@ -export * from "../entity/hrms/hrms_department" -export * from "../entity/hrms/hrms_airport" -export * from "../entity/hrms/hrms_position" -export * from "../entity/hrms/hrms_holiday" -export * from "../entity/hrms/hrms_leave_type" -export * from "../entity/hrms/hrms_shift" -export * from "../entity/hrms/hrms_employee" +export * from "../entity/hrms/hrms_department"; +export * from "../entity/hrms/hrms_airport"; +export * from "../entity/hrms/hrms_position"; +export * from "../entity/hrms/hrms_holiday"; +export * from "../entity/hrms/hrms_leave_type"; +export * from "../entity/hrms/hrms_shift"; +export * from "../entity/hrms/hrms_employee"; +export * from "../entity/hrms/hrms_scholarship"; +export * from "../entity/hrms/hrms_faculty"; +export * from "../entity/hrms/hrms_study"; +export * from "../entity/hrms/hrms_training"; +export * from "../entity/hrms/hrms_training_participant"; -export * from "../types/hrms" \ No newline at end of file +export * from "../types/hrms";