update
This commit is contained in:
@ -1,9 +1,14 @@
|
|||||||
export * from "../entity/hrms/hrms_department"
|
export * from "../entity/hrms/hrms_department";
|
||||||
export * from "../entity/hrms/hrms_airport"
|
export * from "../entity/hrms/hrms_airport";
|
||||||
export * from "../entity/hrms/hrms_position"
|
export * from "../entity/hrms/hrms_position";
|
||||||
export * from "../entity/hrms/hrms_holiday"
|
export * from "../entity/hrms/hrms_holiday";
|
||||||
export * from "../entity/hrms/hrms_leave_type"
|
export * from "../entity/hrms/hrms_leave_type";
|
||||||
export * from "../entity/hrms/hrms_shift"
|
export * from "../entity/hrms/hrms_shift";
|
||||||
export * from "../entity/hrms/hrms_employee"
|
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";
|
||||||
|
|||||||
Reference in New Issue
Block a user