แก้วินัย /รายการออกคำสั่งย้ายสับเปลี่ยนตำแหน่ง รอ API ส่งไปออกคำสั่ง

This commit is contained in:
STW_TTTY\stwtt 2024-06-14 16:45:14 +07:00
parent 877809c2b4
commit 19975a2af5
8 changed files with 457 additions and 376 deletions

View file

@ -94,5 +94,8 @@ export default {
orgCheckAvatar: (id: string) => `${orgProfile}/avatar/profileId/${id}`,
changePosition: `${organization}/placement/change-position`,
changePositionById: `${organization}/placement/change-position/profile-all`,
changePositionByIdProfile: `${organization}/placement/change-position/profile`,
orgProfileReport: `${orgProfile}-employee/report`,
};