change report templates (transfer, retire)
This commit is contained in:
parent
f85c0cf636
commit
d67e0450e5
5 changed files with 453 additions and 354 deletions
13
BMA.EHR.Application/Responses/ProfileRetireJsonRequest.cs
Normal file
13
BMA.EHR.Application/Responses/ProfileRetireJsonRequest.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace BMA.EHR.Application.Responses
|
||||
{
|
||||
public class ProfileRetireJsonRequest
|
||||
{
|
||||
public string? order { get; set; }
|
||||
public string? fullName { get; set; }
|
||||
public string? position { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
public string? root { get; set; }
|
||||
public string? reason { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue