feat: implement vacation management system with request approval, notification handling, and employee training tracking; enhance UI components for improved user experience
This commit is contained in:
@@ -6,6 +6,7 @@ interface Usuario {
|
||||
matricula: string;
|
||||
nome: string;
|
||||
email: string;
|
||||
funcionarioId?: string;
|
||||
role: {
|
||||
_id: string;
|
||||
nome: string;
|
||||
|
||||
Reference in New Issue
Block a user