This commit is contained in:
Eudes Inácio
2024-06-14 15:15:50 +01:00
parent 0b8250bf33
commit 3436ae5718
4 changed files with 20 additions and 6 deletions
@@ -25,4 +25,16 @@ export class AgendaPermission{
}
}
get creatEvent () {
return 504
}
get listAprovalEvents () {
return 507
}
get contactManager() {
return 548
}
}