ปรับ api ให้สามารถ upload เอกสารประกอบได้หลายไฟล์
This commit is contained in:
parent
1f7b5cd21f
commit
0f5c9a2dcf
10 changed files with 1356 additions and 23 deletions
|
|
@ -31,7 +31,7 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string LeaveDetail { get; set; } = string.Empty;
|
||||
|
||||
public string LeaveDocument { get; set; }
|
||||
public List<string> LeaveDocument { get; set; } = new();
|
||||
|
||||
public string LeaveDraftDocument { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue