migrate + ปรับระบบสรรหาสอบคัดเลือก (2)
This commit is contained in:
parent
f20abe032d
commit
876b085dd2
11 changed files with 3261 additions and 2 deletions
|
|
@ -39,5 +39,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public string? HighDegree { get; set; }
|
||||
public DateTime? AnnouncementDate { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
public bool? IsShowExamInfo { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public int? Year { get; set; }
|
||||
public string? Position { get; set; }
|
||||
public string? PositionLevel { get; set; }
|
||||
public string? EducationLevel { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public PositionExam? PositionExam { get; set; }
|
||||
public DateTime? RegisterEndDate { get; set; }
|
||||
public DateTime? RegisterStartDate { get; set; }
|
||||
public int? graduationYearLock { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue