แก้ฟิวประวัติทำงานสมัครสอบ

This commit is contained in:
Kittapath 2023-10-04 09:46:08 +07:00
parent 974211893a
commit 60eee3711d
9 changed files with 6161 additions and 86 deletions

View file

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