ปรับ ui สรรหาสอบคัดเลือก

This commit is contained in:
Kittapath 2023-10-02 00:22:28 +07:00
parent c79bc39c86
commit fbef67f33a
29 changed files with 7384 additions and 666 deletions

View file

@ -21,9 +21,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public string? Payment_endDate { get; set; }
public string? Title { get; set; }
public string? Detail { get; set; }
public string? EditorCondition { get; set; }
public string? EditorConfirm { get; set; }
public string? Image { get; set; }
public List<HomePageLinkResponseItem>? Images { get; set; }
public List<HomePageLinkResponseItem>? Files { get; set; }
public List<HomePageLinkResponseItem>? Positions { get; set; }
public List<HomePageLinkResponseItem>? PositionsTrue { get; set; }
public List<HomePageLinkResponseItem>? PositionsFalse { get; set; }
}
}

View file

@ -3,11 +3,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
{
public class CandidateCareerResponseItem
{
public string Name { get; set; } = string.Empty;
public string Position { get; set; } = string.Empty;
public int Salary { get; set; }
public DateTime DurationStart { get; set; }
public DateTime DurationEnd { get; set; }
public string Reason { get; set; } = string.Empty;
public string Group { get; set; } = string.Empty;
public string Pile { get; set; } = string.Empty;
public string Org { get; set; } = string.Empty;
public DateTime DurationStart { get; set; } = DateTime.Now.Date;
public DateTime DurationEnd { get; set; } = DateTime.Now.Date;
public string RangeDate { get; set; } = string.Empty;
}
}

View file

@ -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; }
}
}

View file

@ -13,6 +13,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
// public Models.Relationship? Relationship { get; set; }
public string? RelationshipId { get; set; }
public string? Relationship { get; set; }
public string? ReligionId { get; set; }
public string? Religion { get; set; }
public string? Email { get; set; } = string.Empty;
public string? CitizenId { get; set; } = string.Empty;
// public Models.Province? CitizenProvince { get; set; }

View file

@ -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; }
}
}

View file

@ -11,17 +11,17 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public string? Nationality { get; set; } = string.Empty;
public DateTime? DateOfBirth { get; set; }
// public Models.Relationship? Relationship { get; set; }
public string? RelationshipId { get; set; }
public string? Relationship { get; set; }
public string? ReligionId { get; set; }
// public string? Religion { get; set; }
public string? Email { get; set; } = string.Empty;
public string? CitizenId { get; set; } = string.Empty;
// public Models.Province? CitizenProvince { get; set; }
public string? CitizenProvinceId { get; set; }
public string? CitizenProvince { get; set; }
// public Models.District? CitizenDistrict { get; set; }
public string? CitizenDistrictId { get; set; }
public string? CitizenDistrict { get; set; }
public DateTime? CitizenDate { get; set; }
// public string? CitizenProvinceId { get; set; }
// public string? CitizenProvince { get; set; }
// // public Models.District? CitizenDistrict { get; set; }
// public string? CitizenDistrictId { get; set; }
// public string? CitizenDistrict { get; set; }
// public DateTime? CitizenDate { get; set; }
public string? Telephone { get; set; }
public string? MobilePhone { get; set; }
public string? Knowledge { get; set; }
@ -48,38 +48,43 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public string? CurrentSubDistrictId { get; set; }
public string? CurrentSubDistrict { get; set; }
public string? CurrentZipCode { get; set; }
public bool? Marry { get; set; }
// public Models.Prefix? MarryPrefix { get; set; }
public string? MarryPrefixId { get; set; }
public string? MarryPrefix { get; set; }
public string? MarryFirstName { get; set; }
public string? MarryLastName { get; set; }
public string? MarryOccupation { get; set; }
public string? MarryNationality { get; set; }
// public Models.Prefix? FatherPrefix { get; set; }
public string? FatherPrefixId { get; set; }
public string? FatherPrefix { get; set; }
public string? FatherFirstName { get; set; }
public string? FatherLastName { get; set; }
public string? FatherOccupation { get; set; }
public string? FatherNationality { get; set; }
// public Models.Prefix? MotherPrefix { get; set; }
public string? MotherPrefixId { get; set; }
public string? MotherPrefix { get; set; }
public string? MotherFirstName { get; set; }
public string? MotherLastName { get; set; }
public string? MotherOccupation { get; set; }
public string? MotherNationality { get; set; }
public string? OccupationType { get; set; }
public string? OccupationCompany { get; set; }
public string? OccupationDepartment { get; set; }
public string? OccupationEmail { get; set; }
// public bool? Marry { get; set; }
// // public Models.Prefix? MarryPrefix { get; set; }
// public string? MarryPrefixId { get; set; }
// public string? MarryPrefix { get; set; }
// public string? MarryFirstName { get; set; }
// public string? MarryLastName { get; set; }
// public string? MarryOccupation { get; set; }
// public string? MarryNationality { get; set; }
// // public Models.Prefix? FatherPrefix { get; set; }
// public string? FatherPrefixId { get; set; }
// public string? FatherPrefix { get; set; }
// public string? FatherFirstName { get; set; }
// public string? FatherLastName { get; set; }
// public string? FatherOccupation { get; set; }
// public string? FatherNationality { get; set; }
// // public Models.Prefix? MotherPrefix { get; set; }
// public string? MotherPrefixId { get; set; }
// public string? MotherPrefix { get; set; }
// public string? MotherFirstName { get; set; }
// public string? MotherLastName { get; set; }
// public string? MotherOccupation { get; set; }
// public string? MotherNationality { 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; }
public string? OccupationPosition { 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; }
}
}

View file

@ -17,6 +17,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public class HomePageLinkResponseItem
{
public string? Title { get; set; }
public string? Level { get; set; }
public string? Url { get; set; }
public string? Id { get; set; }
public string? Path { get; set; }

View file

@ -30,6 +30,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
public bool AnnouncementExam { get; set; }
public string? Category { get; set; }
public string? Detail { get; set; }
public string? EditorCondition { get; set; }
public string? EditorConfirm { get; set; }
public string? Note { get; set; }
public bool IsActive { get; set; }
public bool SetSeat { get; set; }