เพิ่มวันประการศผลสอบ
This commit is contained in:
parent
2f01961dc5
commit
be27aa4d33
14 changed files with 1994 additions and 260 deletions
|
|
@ -19,6 +19,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public string? PointC { get; set; }
|
||||
public string? ResultC { get; set; }
|
||||
public string? Pass { get; set; }
|
||||
public DateTime? AnnouncementDate { get; set; }
|
||||
public Guid? Id { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public DateTime PaymentEndDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime AnnouncementStartDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime AnnouncementEndDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime AnnouncementDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime ExamDate { get; set; } = DateTime.Now.Date;
|
||||
public Guid? OrganizationCodeId { get; set; }
|
||||
public string? OrganizationCodeName { get; set; }
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public class RequestPositionName
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public int? Round { get; set; }
|
||||
public int? Year { get; set; }
|
||||
public PositionExam? Posiiton { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public class RequestStatusExam
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public int? Round { get; set; }
|
||||
public int? Year { get; set; }
|
||||
public bool Status { get; set; }
|
||||
public bool SetSeat { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue