fix dev@frappet และ เพิ่ม endpoint เพื่อ update leave-beginning profile
This commit is contained in:
parent
fe40df025f
commit
5887b148b6
4 changed files with 120 additions and 80 deletions
|
|
@ -30,6 +30,18 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveBeginnings
|
|||
public int BeginningLeaveCount { get; set; } = 0;
|
||||
}
|
||||
|
||||
public class EditProfileDto
|
||||
{
|
||||
[Required]
|
||||
public Guid ProfileId { get; set; } = Guid.Empty;
|
||||
[Required]
|
||||
public string Prefix { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public string FirstName { get; set; } = string.Empty;
|
||||
[Required]
|
||||
public string LastName {get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
public class ScheduleEditLeaveBeginningDto
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue