report leave
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
kittapath 2024-12-13 21:10:46 +07:00
parent 2d0d5eb2b8
commit de61f55a0d
4 changed files with 80 additions and 88 deletions

View file

@ -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 int? node { get; set; }
public string? nodeId { get; set; } = string.Empty;
public int node { get; set; }
public string nodeId { get; set; }
}
}