fix Report ระบบลา

This commit is contained in:
Suphonchai Phoonsawat 2023-12-24 13:28:37 +07:00
parent ef415217c8
commit bcbac7814d
4 changed files with 92 additions and 59 deletions

View file

@ -4,7 +4,7 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
{
public DateTime StartDate { get; set; } = DateTime.MinValue;
public DateTime EndDate { get; set; } = DateTime.MinValue;
//public DateTime EndDate { get; set; } = DateTime.MinValue;
}
}