ไม่ validate วันที่สมัครสอบ
This commit is contained in:
parent
a207e5077c
commit
c11b3b68ae
17 changed files with 3276 additions and 312 deletions
|
|
@ -20,5 +20,6 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? Url { get; set; }
|
||||
public string? Id { get; set; }
|
||||
public string? Path { get; set; }
|
||||
public string? HighDegree { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,14 +14,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public Guid? OcId { get; set; }
|
||||
public string CreatedUserId { get; set; }
|
||||
public float? Fee { get; set; }
|
||||
public DateTime RegisterStartDate { get; set; }
|
||||
public DateTime RegisterEndDate { get; set; }
|
||||
public DateTime PaymentStartDate { get; set; }
|
||||
public DateTime PaymentEndDate { get; set; }
|
||||
public DateTime? RegisterStartDate { get; set; }
|
||||
public DateTime? RegisterEndDate { get; set; }
|
||||
public DateTime? PaymentStartDate { get; set; }
|
||||
public DateTime? PaymentEndDate { get; set; }
|
||||
public DateTime AnnouncementStartDate { get; set; }
|
||||
public DateTime AnnouncementEndDate { get; set; }
|
||||
public DateTime AnnouncementDate { get; set; }
|
||||
public DateTime ExamDate { get; set; }
|
||||
public DateTime? AnnouncementDate { get; set; }
|
||||
public DateTime? ExamDate { get; set; }
|
||||
public Guid? OrganizationCodeId { get; set; }
|
||||
public string? OrganizationCodeName { get; set; }
|
||||
public Guid? OrganizationId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue