ประวัติตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-02 15:38:47 +07:00
parent b05d59bd5f
commit 97abe14df5
4 changed files with 193 additions and 6 deletions

View file

@ -28,4 +28,5 @@ export default {
orgPosMove: `${orgPos}/move`,
organizationShortName: `${organization}/sort`,
organizationPublishGet: `${organization}/get/publish`,
orgPosHistory: (id: string) => `${orgPos}/history/${id}`,
};