This commit is contained in:
parent
a710ebd297
commit
9d2dd44549
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public List<GetLeaveApproverDto> Commanders { get; set; } = new();
|
||||
|
||||
public List<GetLeaveApproverDto> Approvers { get; set; } = new();
|
||||
|
||||
public Guid? KeycloakUserId { get; set; } = Guid.Empty;
|
||||
}
|
||||
|
||||
public class GetLeaveApproverDto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue