add label to gabinete

This commit is contained in:
Peter Maquiran
2023-04-12 14:39:26 +01:00
parent 8cc4181c41
commit 0660b44542
47 changed files with 210 additions and 783 deletions
+1
View File
@@ -14,5 +14,6 @@ export interface ExpedienteFullTask {
totalDocuments: number;
deadline: string;
taskStatus: string
TaskStatus: string;
workflowInstanceDataFields: ExpedienteFullTaskWorkflowInstanceDataFields;
}