Add LeaveRange

This commit is contained in:
Suphonchai Phoonsawat 2024-01-23 12:53:57 +07:00
parent 8f278b608d
commit 1d9da7c856
2 changed files with 3 additions and 0 deletions

View file

@ -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;
}
}