แก้ให้รับ LeaveTotal มาจาก Request แทนการคำนวน
This commit is contained in:
parent
e86c9c5dc1
commit
293c238d84
2 changed files with 21 additions and 12 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue