แยกประเภทขรก

This commit is contained in:
Kittapath 2024-07-03 00:43:13 +07:00
parent 306a5da602
commit 26b3f43c16
6 changed files with 33 additions and 32 deletions

View file

@ -16,7 +16,7 @@ namespace BMA.EHR.Report.Service.Responses
public string? DateRetire { get; set; }
public string? RegistrationAddress { get; set; }
public string? SalaryAmount { get; set; }
public string? Education { get; set; }
public List<dynamic> Education { get; set; }
public string? AppointText { get; set; }
public string? SalaryDate { get; set; }
public string? PositionName { get; set; }