เพิ่มวุฒิการศิกษา

This commit is contained in:
Kittapath 2023-10-08 13:56:18 +07:00
parent 77d397a8d8
commit a2847d9d55
4 changed files with 256 additions and 93 deletions

View file

@ -78,14 +78,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public string? OccupationPositionType { get; set; }
public string? OccupationTelephone { get; set; }
public Guid EducationLevelExamId { get; set; }
public string EducationName { get; set; } = string.Empty;
public string EducationMajor { get; set; } = string.Empty;
public string EducationLocation { get; set; } = string.Empty;
public string EducationType { get; set; } = string.Empty;
public DateTime EducationEndDate { get; set; }
public string EducationScores { get; set; } = string.Empty;
public Guid EducationLevelHighId { get; set; }
public Guid? EducationLevelExamId { get; set; }
public string? EducationName { get; set; } = string.Empty;
public string? EducationMajor { get; set; } = string.Empty;
public string? EducationLocation { get; set; } = string.Empty;
public string? EducationType { get; set; } = string.Empty;
public DateTime? EducationEndDate { get; set; }
public string? EducationScores { get; set; } = string.Empty;
public Guid? EducationLevelHighId { get; set; }
public Guid? ContactPrefixId { get; set; }
public string? ContactFirstname { get; set; }