report leave
This commit is contained in:
parent
12448ba0a4
commit
771b9b940a
17 changed files with 2109 additions and 305 deletions
|
|
@ -3,9 +3,8 @@ 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? Type { get; set; } = string.Empty;
|
||||
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