api จัดรอบการสอบ
This commit is contained in:
parent
44d18ff74c
commit
bd0f02feb1
24 changed files with 8532 additions and 33 deletions
|
|
@ -5,7 +5,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
{
|
||||
public string EducationLevelId { get; set; } = string.Empty;
|
||||
public string Major { get; set; } = string.Empty;
|
||||
public int Scores { get; set; }
|
||||
public float Scores { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public DateTime DurationStart { get; set; }
|
||||
public DateTime DurationEnd { get; set; }
|
||||
|
|
|
|||
|
|
@ -8,13 +8,19 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? MarryPrefixId { 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? 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? MotherFirstName { get; set; }
|
||||
public string? MotherLastName { get; set; }
|
||||
public string? MotherOccupation { get; set; }
|
||||
public string? MotherNationality { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,5 +12,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? OccupationEmail { get; set; }
|
||||
|
||||
public string? OccupationTelephone { get; set; }
|
||||
|
||||
public string? OccupationPosition { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue