report leave
This commit is contained in:
parent
2510009cc6
commit
348da62370
3 changed files with 461 additions and 188 deletions
12
BMA.EHR.Leave/DTOs/Reports/GetLeaveDetailByNodeReportDto.cs
Normal file
12
BMA.EHR.Leave/DTOs/Reports/GetLeaveDetailByNodeReportDto.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace BMA.EHR.Leave.Service.DTOs.Reports
|
||||
{
|
||||
public class GetLeaveDetailByNodeReportDto
|
||||
{
|
||||
public DateTime StartDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public DateTime EndDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? node { get; set; } = string.Empty;
|
||||
public string? nodeId { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue