mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -26,7 +26,7 @@ export enum Sources
|
||||
export class EventAttachment {
|
||||
|
||||
Id?: string; // id do evento
|
||||
ParentId: string;
|
||||
ParentId?: string;
|
||||
Source: string;
|
||||
SourceId: string;
|
||||
Link?: string;
|
||||
@@ -34,4 +34,4 @@ export class EventAttachment {
|
||||
ApplicationId: string;
|
||||
SourceTitle: string;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user