This commit is contained in:
tiago.kayaya
2021-08-03 12:24:34 +01:00
parent 2e2907a5b1
commit 5b8a9a24a1
6 changed files with 167 additions and 51 deletions
+2 -2
View File
@@ -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;
}
}