โครงสร้างอัตรากำลัง => สืบทอดตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-12 15:29:21 +07:00
parent 937bf4cf7b
commit fbb6783bfb
5 changed files with 437 additions and 12 deletions

View file

@ -29,6 +29,7 @@ export default {
orgPosMove: `${orgPos}/move`,
organizationShortName: `${organization}/sort`,
organizationPublishGet: `${organization}/get/publish`,
orgPosDNA: `${orgPos}/dna`, //สืบทอดตำแหน่ง
orgPosExecutiveById: (id: string) => `${orgPos}/executive/${id}`,
orgPosHistory: (id: string) => `${orgPos}/history/${id}`,