รายการตำแหน่งทางการบริหาร

This commit is contained in:
setthawutttty 2024-02-02 14:53:06 +07:00
parent 0c85176b10
commit f3ae565352
6 changed files with 475 additions and 7 deletions

View file

@ -27,4 +27,6 @@ export default {
orgPosSort: `${orgPos}/sort`,
organizationShortName: `${organization}/sort`,
organizationPublishGet: `${organization}/get/publish`,
orgPosExecutiveById:(id:string)=> `${orgPos}/executive/${id}`,
};