payroll, users

This commit is contained in:
Narul Hidayah
2026-01-01 22:13:40 +07:00
parent beb05f0e7c
commit e1f61cf31d
4 changed files with 127 additions and 1 deletions

View File

@ -10,5 +10,7 @@ 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 "../entity/hrms/hrms_bank";
export * from "../entity/hrms/hrms_payroll";
export * from "../types/hrms";