แก้โครงสร้างพ้นราชการ
This commit is contained in:
parent
18d75f4b04
commit
db712d586a
41 changed files with 125142 additions and 411 deletions
|
|
@ -5,18 +5,18 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
{
|
||||
public class PlacementAppointmentEditRequest
|
||||
{
|
||||
public string CitizenId { get; set; }
|
||||
public Guid PrefixId { get; set; }
|
||||
public string Firstname { get; set; }
|
||||
public string Lastname { get; set; }
|
||||
public DateTime DateOfBirth { get; set; }
|
||||
public Guid? GenderId { get; set; }
|
||||
public string? Nationality { get; set; }
|
||||
public string? Race { get; set; }
|
||||
public Guid? ReligionId { get; set; }
|
||||
public Guid? BloodGroupId { get; set; }
|
||||
public Guid? RelationshipId { get; set; }
|
||||
public string? TelephoneNumber { get; set; }
|
||||
// public string CitizenId { get; set; }
|
||||
// public Guid PrefixId { get; set; }
|
||||
// public string Firstname { get; set; }
|
||||
// public string Lastname { get; set; }
|
||||
// public DateTime DateOfBirth { get; set; }
|
||||
// public Guid? GenderId { get; set; }
|
||||
// public string? Nationality { get; set; }
|
||||
// public string? Race { get; set; }
|
||||
// public Guid? ReligionId { get; set; }
|
||||
// public Guid? BloodGroupId { get; set; }
|
||||
// public Guid? RelationshipId { get; set; }
|
||||
// public string? TelephoneNumber { get; set; }
|
||||
public string? Reason { get; set; }
|
||||
public string? EducationOld { get; set; }
|
||||
public string? OrganizationPositionOld { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue