leave type, shift module

This commit is contained in:
Narul Hidayah
2025-12-31 11:23:15 +07:00
parent 6525af21ea
commit af7a31fd56
5 changed files with 141 additions and 3 deletions

View File

@ -2,5 +2,7 @@ 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 "../types/hrms_holiday"
export * from "../types/hrms"