add api report(2)
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
AdisakKanthawilang 2025-02-04 11:29:22 +07:00
parent f332823819
commit 4988427f9f
2 changed files with 33 additions and 0 deletions

View file

@ -7,5 +7,6 @@ namespace BMA.EHR.Leave.Service.DTOs.Reports
public string? Type { get; set; } = string.Empty;
public int node { get; set; }
public string nodeId { get; set; }
public bool? isRetirement { get; set; } = false;
}
}