ปรับระบบสรรหาสอบคัดเลือก (3)

This commit is contained in:
harid 2025-11-18 17:29:49 +07:00
parent 876b085dd2
commit efb22a9d73
5 changed files with 182 additions and 62 deletions

View file

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