fix เพิ่มเติมรายงานแสดงวันลงเวลา

This commit is contained in:
Suphonchai Phoonsawat 2024-01-22 13:00:45 +07:00
parent 34da86653f
commit 47c1f7dac0
2 changed files with 49 additions and 12 deletions

View file

@ -6,5 +6,6 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
public DateTime EndDate { get; set; } = DateTime.MinValue;
public string Type { get; set; } = string.Empty;
}
}