ไม่ validate วันที่สมัครสอบ

This commit is contained in:
Kittapath 2023-06-01 15:49:25 +07:00
parent a207e5077c
commit c11b3b68ae
17 changed files with 3276 additions and 312 deletions

View file

@ -10,14 +10,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public int? Round { get; set; }
public int? Year { get; set; }
public float? Fee { get; set; } = 0;
public DateTime RegisterStartDate { get; set; } = DateTime.Now.Date;
public DateTime RegisterEndDate { get; set; } = DateTime.Now.Date;
public DateTime PaymentStartDate { get; set; } = DateTime.Now.Date;
public DateTime PaymentEndDate { get; set; } = DateTime.Now.Date;
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; } = 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 DateTime? AnnouncementDate { get; set; }
public DateTime? ExamDate { get; set; }
public Guid? OrganizationCodeId { get; set; }
public string? OrganizationCodeName { get; set; }
public Guid? OrganizationId { get; set; }