This commit is contained in:
2025-12-31 13:45:50 +07:00
parent 89682fe658
commit 010fc96b96

View File

@ -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"
export * from "../types/hrms";