โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-29 13:14:13 +07:00
parent 0ca406eb04
commit b92c9283a5
6 changed files with 60 additions and 13 deletions

View file

@ -6,6 +6,7 @@ export default {
/** โครงสร้างอัตรากำลัง*/
activeOrganization: `${organization}/active`,
createOrganization: `${organization}/draft`,
createOrgLevel: (type: string) => `${organization}/${type}`,
organizationHistoryNew:`${organization}/history`,
organizationHistoryNew: `${organization}/history`,
};