export class CreatePhpCollectionByReportDto {
    startDate: string;
    endDate: string;
}
