แก้รายงานการแสดงวันลา

This commit is contained in:
Suphonchai Phoonsawat 2024-01-22 12:09:36 +07:00
parent c0d7aa92cc
commit 34da86653f
4 changed files with 224 additions and 49 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;
}
}