export class PublicationFolder {
ProcessId: number;
Description: string;
Detail: string;
DateBegin: string;
DateEnd: string;
ActionType: string;
}