Add integration of create new event from expedient

This commit is contained in:
Tiago Kayaya
2020-11-18 21:55:58 +01:00
parent 52908b509d
commit 5ef476f8a1
14 changed files with 317 additions and 157 deletions
+6 -5
View File
@@ -1,7 +1,8 @@
export class Folder{
nad:string;
message:string;
sourceSecFsId:string;
souceType:string;
sourceId:string;
Nad:number;
Subject: string;
Message:string;
SourceSecFsId:string;
SouceType:string;
SourceId:string;
}