Merge branch 'oat_dev' into develop

This commit is contained in:
oat_dev 2024-03-18 12:05:48 +07:00
commit 6075787665
3 changed files with 20 additions and 28 deletions

View file

@ -23,6 +23,7 @@ export default {
orgPosPositionExecutive : () => `${orgPos}/position/executive`,
orgPosExecutive: `${orgPos}/executive`,
orgPosType: `${orgPos}/type`,
orgPosTypeId: (id: string) => `${orgPos}/type/${id}`,
orgPosLevel: `${orgPos}/level`,
orgPosMaster: `${orgPos}/master`,
orgPosMasterById: (id: string) => `${orgPos}/master/${id}`,