api holiday

This commit is contained in:
kittapath 2024-12-21 01:11:42 +07:00
parent 692acf831a
commit b1b8d96e57
14 changed files with 1217 additions and 65 deletions

View file

@ -0,0 +1,14 @@
namespace BMA.EHR.MetaData.Service.Response
{
public class SummaryHolidayByMonthResponseItem
{
public int? Id { get; set; }
public int? Count { get; set; }
public string? Month { get; set; }
public string? MonthFull { get; set; }
}
}