เพิ่มวุฒิการศิกษา
This commit is contained in:
parent
77d397a8d8
commit
a2847d9d55
4 changed files with 256 additions and 93 deletions
|
|
@ -3,13 +3,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
public class CandidateEducationResponseItem
|
||||
{
|
||||
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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue