add holiday
This commit is contained in:
parent
9eae970ff3
commit
aa904079a2
8 changed files with 1230 additions and 5 deletions
14
BMA.EHR.Leave/Response/SummaryHolidayByMonthResponseItem.cs
Normal file
14
BMA.EHR.Leave/Response/SummaryHolidayByMonthResponseItem.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace BMA.EHR.Leave.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; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue