ปรับ ui สรรหาสอบคัดเลือก
This commit is contained in:
parent
c79bc39c86
commit
fbef67f33a
29 changed files with 7384 additions and 666 deletions
|
|
@ -3,11 +3,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
public class CandidateEducationResponseItem
|
||||
{
|
||||
public string EducationLevelId { get; set; } = string.Empty;
|
||||
public string Major { get; set; } = string.Empty;
|
||||
public float Scores { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public DateTime DurationStart { get; set; }
|
||||
public DateTime DurationEnd { 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