โครงสร้าง สร้างคำสั่ง

This commit is contained in:
setthawutttty 2024-10-18 12:58:18 +07:00
parent 5d9131d5b7
commit 97a62de026
5 changed files with 150 additions and 104 deletions

View file

@ -136,8 +136,10 @@ export default {
checkIsOfficer: (id: string) => `${organization}/check/child1/${id}`,
orgPosReport:`${orgPos}/report/draft`,
/**
* workflow
*/
workflow: `${workflow}/`,
workflowKeycloakSystem:(type:string)=> `${workflow}/keycloak/isofficer/${type}`,
};