mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Total document
This commit is contained in:
@@ -11,8 +11,6 @@ export class DailyWorkTask{
|
||||
Status: string;
|
||||
}
|
||||
|
||||
|
||||
|
||||
export class fullTask {
|
||||
actions: null;
|
||||
activityInstanceName: string;
|
||||
@@ -67,7 +65,9 @@ export class fullTask {
|
||||
workflowInstanceID: number
|
||||
workflowName: string
|
||||
}
|
||||
|
||||
export class tasksList extends fullTask{}
|
||||
|
||||
export class customTaskList {
|
||||
SerialNumber: string
|
||||
Folio : string
|
||||
@@ -82,4 +82,5 @@ export class customTaskList {
|
||||
activityInstanceName : string
|
||||
Status : string
|
||||
}
|
||||
export class customTask extends customTaskList{}
|
||||
|
||||
export class customTask extends customTaskList{}
|
||||
|
||||
Reference in New Issue
Block a user