เพิ่มฟิว เบอร ให้apiข้อมูลผู้สมัคร

This commit is contained in:
Kittapath 2023-03-24 13:38:26 +07:00
parent 7f792bb8fd
commit 44d18ff74c
4 changed files with 160 additions and 37 deletions

View file

@ -18,5 +18,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public Models.District? CitizenDistrict { get; set; }
public string? CitizenDistrictId { get; set; }
public DateTime? CitizenDate { get; set; }
public string? Telephone { get; set; }
public string? MobilePhone { get; set; }
public string? Knowledge { get; set; }
}
}