mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Improve local storage and fix expediente task strature
This commit is contained in:
@@ -113,4 +113,18 @@ export interface expedienteTask {
|
||||
DispatchNumber: any
|
||||
AttachmentsProcessLastInstanceID: any
|
||||
InstanceID: any
|
||||
}
|
||||
|
||||
|
||||
|
||||
export interface ExpedienteTask {
|
||||
SerialNumber: string
|
||||
Senders : string
|
||||
CreateDate : string
|
||||
DocumentsQty : number
|
||||
WorkflowName : string
|
||||
activityInstanceName : string
|
||||
Status : string
|
||||
taskStartDate: string
|
||||
Subject: string
|
||||
}
|
||||
Reference in New Issue
Block a user