This commit is contained in:
2026-01-01 23:48:47 +07:00
4 changed files with 127 additions and 1 deletions

View File

@ -8,5 +8,7 @@ export * from "../entity/hrms/hrms_employee";
export * from "../entity/hrms/hrms_scholarship";
export * from "../entity/hrms/hrms_training";
export * from "../entity/hrms/hrms_training_participant";
export * from "../entity/hrms/hrms_bank";
export * from "../entity/hrms/hrms_payroll";
export * from "../types/hrms";