Logic การคำนวนวันลา แบบร่าง และ นะหว่างพิจาณา #1567
This commit is contained in:
parent
bb329f86de
commit
d58c7dc07e
4 changed files with 84 additions and 11 deletions
|
|
@ -147,6 +147,10 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public List<GetLeaveApproverDto> Approvers { get; set; } = new();
|
||||
|
||||
public Guid? KeycloakUserId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
public double LeaveDraftSummary { get; set; } = 0;
|
||||
public double LeaveWaitingSummary { get; set; } = 0;
|
||||
}
|
||||
|
||||
public class GetLeaveApproverDto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue