แก้ฟิวประวัติทำงานสมัครสอบ
This commit is contained in:
parent
974211893a
commit
60eee3711d
9 changed files with 6161 additions and 86 deletions
|
|
@ -4,9 +4,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public class CandidateCareerResponseItem
|
||||
{
|
||||
public string Position { 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 string? Group { get; set; } = string.Empty;
|
||||
public string? Pile { get; set; } = string.Empty;
|
||||
public string? Org { get; set; } = string.Empty;
|
||||
public string Type { 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue