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

11 lines
226 B
TypeScript
Raw Normal View History

2020-11-17 14:59:33 +01:00
export class Folder{
Nad:number;
Subject: string;
Message:string;
SourceSecFsId:string;
2021-05-13 15:03:46 +01:00
SourceType:string;
SourceId:string;
2021-04-26 16:44:49 +01:00
DeadlineType: string;
2021-05-07 15:27:31 +01:00
SubjectTypes: string[];
2021-05-26 13:57:51 +01:00
NumberPDPP:string;
2020-11-17 14:59:33 +01:00
}