Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2025-09-03 10:13:35 +07:00
commit 18bdd0eda7
12 changed files with 386 additions and 140 deletions

View file

@ -52,6 +52,7 @@ export default {
orgPosExecutiveById: (id: string) => `${orgPos}/executive/${id}`,
orgPosHistory: (id: string) => `${orgPos}/history/${id}`,
orgPosHistoryUpdate: (id: string) => `${orgPos}/history-update/${id}`,
orgSalaryPosition: `${orgPos}/position?keyword=&type=ALL`,