no message
This commit is contained in:
parent
e01747cc0a
commit
9fb82fb45a
5 changed files with 479 additions and 404 deletions
25
Responses/kp7ShortRequest.cs
Normal file
25
Responses/kp7ShortRequest.cs
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Report.Service.Responses
|
||||
{
|
||||
public class kp7ShortRequest
|
||||
{
|
||||
public OrgRequestData result { get; set; } = new();
|
||||
}
|
||||
public class OrgRequestData
|
||||
{
|
||||
public string? CitizenId { get; set; }
|
||||
public string? Prefix { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? DateOfBirth { get; set; }
|
||||
public string? DateRetire { get; set; }
|
||||
public string? RegistrationAddress { get; set; }
|
||||
public string? SalaryAmount { get; set; }
|
||||
public string? Education { get; set; }
|
||||
public string? AppointText { get; set; }
|
||||
public string? SalaryDate { get; set; }
|
||||
public string? PositionName { get; set; }
|
||||
public string? OcFullPath { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue