mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add document management store
This commit is contained in:
@@ -63,6 +63,7 @@ export class fullTask {
|
||||
UserName: string,
|
||||
WorkflowID: string,
|
||||
wxUserID: number,
|
||||
DraftIds: string
|
||||
}
|
||||
Documents: any[]
|
||||
workflowInstanceFolio: string
|
||||
|
||||
@@ -3,6 +3,7 @@ export interface Environment {
|
||||
apiURL: string;
|
||||
apiChatUrl: string;
|
||||
apiWsChatUrl: string;
|
||||
apiPCURL: string;
|
||||
logoLabel: string;
|
||||
production: boolean;
|
||||
domain: string;
|
||||
|
||||
Reference in New Issue
Block a user