no message

This commit is contained in:
setthawutttty 2024-02-05 14:14:41 +07:00
parent 47e96ddec5
commit 4a93fe3386
3 changed files with 210 additions and 78 deletions

View file

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