ปรับ ui สรรหาสอบคัดเลือก
This commit is contained in:
parent
c79bc39c86
commit
fbef67f33a
29 changed files with 7384 additions and 666 deletions
|
|
@ -3,16 +3,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
public class CandidateOccupationResponseItem
|
||||
{
|
||||
public string? OccupationType { get; set; }
|
||||
|
||||
public string? OccupationCompany { get; set; }
|
||||
|
||||
public string? OccupationDepartment { get; set; }
|
||||
|
||||
public string? OccupationEmail { get; set; }
|
||||
|
||||
public string? OccupationTelephone { get; set; }
|
||||
|
||||
public string? OccupationOrg { get; set; }
|
||||
public string? OccupationPile { get; set; }
|
||||
public string? OccupationGroup { get; set; }
|
||||
public int? OccupationSalary { get; set; }
|
||||
public string? OccupationPosition { get; set; }
|
||||
public string? OccupationPositionType { get; set; }
|
||||
public string? OccupationTelephone { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue