get report by node
This commit is contained in:
parent
b532eefa61
commit
8813668b43
3 changed files with 11 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
|
|||
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 int? node { get; set; }
|
||||
public string? nodeId { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue