ปรับระบบสรรหาสอบคัดเลือก (3)
This commit is contained in:
parent
876b085dd2
commit
efb22a9d73
5 changed files with 182 additions and 62 deletions
|
|
@ -5,7 +5,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
// public Models.Prefix? Prefix { get; set; }
|
||||
public string? PrefixId { get; set; }
|
||||
public string? Prefix { get; set; }
|
||||
public string? PrefixName { get; set; }
|
||||
public string? FirstName { get; set; } = string.Empty;
|
||||
public string? LastName { get; set; } = string.Empty;
|
||||
public string? Nationality { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue