Merge with chat/labe branch and display time on chat message baloom

This commit is contained in:
Eudes Inácio
2023-09-12 12:27:02 +01:00
35 changed files with 664 additions and 207 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ export class Folder{
Nad:number;
Subject: string;
Message:string;
SourceSecFsId?:string;
SourceSecFsId:string;
SourceType:string;
SourceId:string;
DeadlineType: string;
SubjectTypes: string[];
NumberPDPP?:string;
NumberPDPP:string;
}