บันทึกและแก้ไขการเพิ่ม LeaveRangeEnd และการเอาค่ามาแสดง
This commit is contained in:
parent
bec082a554
commit
6b453b8bdf
6 changed files with 22 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string? LeaveRange { get; set; } = "ALL";
|
||||
|
||||
public string? LeaveRangeEnd { get; set; } = "ALL";
|
||||
|
||||
public double LeaveTotal { get; set; } = 0.0;
|
||||
|
||||
public string? LeaveAddress { get; set; }
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string? LeaveRange { get; set; } = string.Empty;
|
||||
|
||||
public string? LeaveRangeEnd { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveAddress { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveNumber { get; set; } = string.Empty;
|
||||
|
|
|
|||
|
|
@ -135,6 +135,9 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
public double LeaveRemain { get; set; } = 0;
|
||||
|
||||
public string LeaveRange { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveRangeEnd { get; set; } = string.Empty;
|
||||
|
||||
public string? ProfileType { get; set; }
|
||||
|
||||
public string? CommanderPosition { get; set; } = string.Empty;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
public string LeaveRange { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveRangeEnd { get; set; } = string.Empty;
|
||||
|
||||
public bool? HajjDayStatus { get; set; }
|
||||
|
||||
public string? ProfileType { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue