แก้บัคแสดงข้อมูลการศึกษา

This commit is contained in:
Kittapath 2023-04-20 11:20:04 +07:00
parent eb567349b4
commit 56bc4e512f
4 changed files with 273 additions and 281 deletions

View file

@ -5,6 +5,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestCardCandidate
{
public string? Avatar { get; set; }
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? Prefix { get; set; }