เช็คเลขบัตร
This commit is contained in:
parent
b8f12139e1
commit
77d397a8d8
6 changed files with 267 additions and 126 deletions
|
|
@ -86,5 +86,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public DateTime EducationEndDate { get; set; }
|
||||
public string EducationScores { get; set; } = string.Empty;
|
||||
public Guid EducationLevelHighId { get; set; }
|
||||
|
||||
public Guid? ContactPrefixId { get; set; }
|
||||
public string? ContactFirstname { get; set; }
|
||||
public string? ContactLastname { get; set; }
|
||||
public string? ContactRelations { get; set; }
|
||||
public string? ContactTel { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue