add LeaveRange to LeaveRequest
add "dear": String, //*เรียน(4) "leaveTotal": String, //*จำนวนวันขอยกเลิก(12)
This commit is contained in:
parent
203e901767
commit
d7be2da281
8 changed files with 1029 additions and 15 deletions
|
|
@ -135,6 +135,9 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
public string? ApproveStep { get; set; } = string.Empty;
|
||||
|
||||
[Comment("เขียนที่ (ขอยกเลิก)")]
|
||||
public string? CancelLeaveWrote { get; set; } = string.Empty;
|
||||
public string? CancelLeaveWrote { get; set; } = string.Empty;
|
||||
|
||||
[Comment("ช่วงของการลา เช่น ลาทั้งวัน ครึ่งวันเช้า ครึ่งวันบ่าย")]
|
||||
public string? LeaveRange { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue