API ขอลาออกและโอนออก ฝั่ง admin #2196
This commit is contained in:
parent
64c1021c52
commit
094789bfb1
6 changed files with 468 additions and 0 deletions
|
|
@ -10,4 +10,13 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public DateTime? Date { get; set; }
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
|
||||
public class PlacementTransferAdminRequest
|
||||
{
|
||||
public string ProfileId { get; set; }
|
||||
public string Organization { get; set; }
|
||||
public string Reason { get; set; }
|
||||
public DateTime? Date { get; set; }
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue