เช็คเลขบัตร

This commit is contained in:
Kittapath 2023-10-06 17:32:14 +07:00
parent b8f12139e1
commit 77d397a8d8
6 changed files with 267 additions and 126 deletions

View file

@ -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; }
}
}