การพัฒนารายบุคคล (Individual Development Plan)

This commit is contained in:
STW_TTTY\stwtt 2024-08-28 15:32:10 +07:00
parent eac2fd5878
commit 3354bd3583
4 changed files with 1126 additions and 381 deletions

View file

@ -190,4 +190,6 @@ export default {
`${registryNew}-employee/employment/id/${id}`,
employmentHistoryEmployee: (id: string) =>
`${registryNew}-employee/employment/history/${id}`,
developMentPlan: `${registryNew}/development`,
};