api บันทึก และ แสดง ข้อมูลผู้สมัคร
This commit is contained in:
parent
ffeab6a127
commit
a781c375d7
40 changed files with 10433 additions and 2 deletions
16
Response/CandidateOccupationResponseItem.cs
Normal file
16
Response/CandidateOccupationResponseItem.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue