mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve search
This commit is contained in:
@@ -18,4 +18,16 @@ export enum Sources
|
||||
K2 = 2,
|
||||
Exchange = 3,
|
||||
File = 4
|
||||
}
|
||||
|
||||
|
||||
export class EventAttachment {
|
||||
|
||||
Id?: string; // id do evento
|
||||
ParentId: string;
|
||||
Source: string;
|
||||
SourceId: string;
|
||||
Link?: string;
|
||||
SerialNumber?: string;
|
||||
ApplicationId: string;
|
||||
}
|
||||
Reference in New Issue
Block a user