แก้บรรจุ
This commit is contained in:
parent
7876063288
commit
94c43e5479
11 changed files with 18442 additions and 428 deletions
|
|
@ -6,7 +6,7 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public class PersonFamilyRequest
|
||||
{
|
||||
public bool? Couple { get; set; }
|
||||
public Guid? CouplePrefixId { get; set; }
|
||||
public string? CouplePrefix { get; set; }
|
||||
public string? CoupleFirstName { get; set; }
|
||||
public string? CoupleLastName { get; set; }
|
||||
public string? CoupleLastNameOld { get; set; }
|
||||
|
|
@ -14,14 +14,14 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
// public string? CoupleCitizenId { get; set; }
|
||||
// public bool CoupleLive { get; set; }
|
||||
|
||||
public Guid? FatherPrefixId { get; set; }
|
||||
public string? FatherPrefix { get; set; }
|
||||
public string? FatherFirstName { get; set; }
|
||||
public string? FatherLastName { get; set; }
|
||||
public string? FatherCareer { get; set; }
|
||||
// public string? FatherCitizenId { get; set; }
|
||||
// public bool FatherLive { get; set; }
|
||||
|
||||
public Guid? MotherPrefixId { get; set; }
|
||||
public string? MotherPrefix { get; set; }
|
||||
public string? MotherFirstName { get; set; }
|
||||
public string? MotherLastName { get; set; }
|
||||
public string? MotherCareer { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue