แก้ defect
This commit is contained in:
parent
bd1a77c1a2
commit
89a88c92dc
4 changed files with 53 additions and 5 deletions
|
|
@ -125,5 +125,11 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public string Dear { get; set; } = string.Empty;
|
||||
|
||||
public string ApproveStep { get; set; } = string.Empty;
|
||||
|
||||
public double LeaveLimit { get; set; } = 0;
|
||||
|
||||
public double LeaveSummary { get; set; } = 0;
|
||||
|
||||
public double LeaveRemain { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue