mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve Event to aprove
This commit is contained in:
@@ -3,13 +3,14 @@ export class Attachment {
|
||||
ParentId: string;
|
||||
Sources: Sources;
|
||||
Source?: Sources;
|
||||
SourceId: string;
|
||||
Description: string;
|
||||
SourceName: string;
|
||||
CreateDate: string;
|
||||
Stakeholders: string;
|
||||
Link: string;
|
||||
ApplicationId?: string;
|
||||
ApplicationId: number
|
||||
CreateDate: string
|
||||
Data: null| string
|
||||
Description:string
|
||||
Link: null
|
||||
SourceId: string
|
||||
SourceName: string
|
||||
Stakeholders: string
|
||||
//Data: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user