add API จัดการปฏิทินวันหยุด ขรก

This commit is contained in:
Suphonchai Phoonsawat 2024-01-09 10:25:18 +07:00
parent 0e22e3886f
commit 77410d9fa3
4 changed files with 81 additions and 10 deletions

View file

@ -0,0 +1,7 @@
namespace BMA.EHR.Leave.Service.DTOs.Calendar
{
public class UpdateCalendarDto
{
public string Work { get; set; } = string.Empty;
}
}