migrate add ScoreExpireDate
This commit is contained in:
parent
57831420f8
commit
536e7e924d
10 changed files with 3310 additions and 69 deletions
|
|
@ -17,6 +17,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
public DateTime AnnouncementStartDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime AnnouncementEndDate { get; set; } = DateTime.Now.Date;
|
||||
public DateTime? AnnouncementDate { get; set; }
|
||||
public DateTime? ScoreExpireDate { get; set; }
|
||||
public DateTime? ExamDate { get; set; }
|
||||
public Guid? OrganizationCodeId { get; set; }
|
||||
public string? OrganizationCodeName { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue