ปรับระบบสรรหาสอบคัดเลือก (4)
This commit is contained in:
parent
efb22a9d73
commit
fe4781030b
4 changed files with 30 additions and 29 deletions
|
|
@ -5,14 +5,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
// public Models.Prefix? Prefix { get; set; }
|
||||
public string? PrefixId { get; set; }
|
||||
public string? PrefixName { get; set; }
|
||||
public string? PrefixName { get; set; } = string.Empty;
|
||||
public string? FirstName { get; set; } = string.Empty;
|
||||
public string? LastName { get; set; } = string.Empty;
|
||||
public string? Nationality { get; set; } = string.Empty;
|
||||
public DateTime? DateOfBirth { get; set; }
|
||||
// public Models.Relationship? Relationship { get; set; }
|
||||
public string? ReligionId { get; set; }
|
||||
public string? ReligionName { get; set; }
|
||||
public string? ReligionName { get; set; } = string.Empty;
|
||||
public string? Email { get; set; } = string.Empty;
|
||||
public string? CitizenId { get; set; } = string.Empty;
|
||||
// public Models.Province? CitizenProvince { get; set; }
|
||||
|
|
@ -88,7 +88,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public Guid? EducationLevelHighId { get; set; }
|
||||
|
||||
public Guid? ContactPrefixId { get; set; }
|
||||
public string? ContactPrefixName { get; set; }
|
||||
public string? ContactPrefixName { get; set; } = string.Empty;
|
||||
public string? ContactFirstname { get; set; }
|
||||
public string? ContactLastname { get; set; }
|
||||
public string? ContactRelations { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue