Files
doneit-web/src/app/models/folder.model.ts
T

11 lines
226 B
TypeScript
Raw Normal View History

export class Folder{
Nad:number;
Subject: string;
Message:string;
2023-08-31 12:00:52 +01:00
SourceSecFsId:string;
SourceType:string;
SourceId:string;
2021-04-26 16:44:49 +01:00
DeadlineType: string;
2021-05-07 15:27:31 +01:00
SubjectTypes: string[];
2023-08-31 12:00:52 +01:00
NumberPDPP:string;
}