เพิ่มวุฒิการศิกษา
This commit is contained in:
parent
77d397a8d8
commit
a2847d9d55
4 changed files with 256 additions and 93 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue