add document management store

This commit is contained in:
Peter Maquiran
2023-07-06 13:01:51 +01:00
1343 changed files with 5381 additions and 387 deletions
+1
View File
@@ -63,6 +63,7 @@ export class fullTask {
UserName: string,
WorkflowID: string,
wxUserID: number,
DraftIds: string
}
Documents: any[]
workflowInstanceFolio: string
+1
View File
@@ -3,6 +3,7 @@ export interface Environment {
apiURL: string;
apiChatUrl: string;
apiWsChatUrl: string;
apiPCURL: string;
logoLabel: string;
production: boolean;
domain: string;