Add LeaveRange
This commit is contained in:
parent
8f278b608d
commit
1d9da7c856
2 changed files with 3 additions and 0 deletions
|
|
@ -131,5 +131,7 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public double LeaveSummary { get; set; } = 0;
|
||||
|
||||
public double LeaveRemain { get; set; } = 0;
|
||||
|
||||
public string LeaveRange { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue