mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
17 lines
420 B
TypeScript
17 lines
420 B
TypeScript
|
|
|
|
export class ExpedientTaskModalPageNavParamsTask {
|
|
serialNumber: any
|
|
taskStartDate: string
|
|
isEvent: boolean
|
|
workflowInstanceDataFields: {
|
|
FolderID: any, // folder
|
|
Subject: string,
|
|
DispatchNumber?: any,
|
|
SourceSecFsID: any, // aplication id
|
|
SourceType: 'DOC' | 'FOLDER',
|
|
SourceID: any // doc id
|
|
}
|
|
}
|
|
|
|
export class task extends ExpedientTaskModalPageNavParamsTask {} |