แก้ให้รับ LeaveTotal มาจาก Request แทนการคำนวน

This commit is contained in:
Suphonchai Phoonsawat 2024-01-23 09:40:56 +07:00
parent e86c9c5dc1
commit 293c238d84
2 changed files with 21 additions and 12 deletions

View file

@ -17,6 +17,8 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
public string? LeaveRange { get; set; } = "ALL";
public double LeaveTotal { get; set; } = 0.0;
public string? LeaveAddress { get; set; }
public string? LeaveNumber { get; set; }