add API จัดการปฏิทินวันหยุด ขรก
This commit is contained in:
parent
0e22e3886f
commit
77410d9fa3
4 changed files with 81 additions and 10 deletions
7
BMA.EHR.Leave.Service/DTOs/Calendar/UpdateCalendarDto.cs
Normal file
7
BMA.EHR.Leave.Service/DTOs/Calendar/UpdateCalendarDto.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace BMA.EHR.Leave.Service.DTOs.Calendar
|
||||
{
|
||||
public class UpdateCalendarDto
|
||||
{
|
||||
public string Work { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue