add orderyby search data list
This commit is contained in:
parent
806fadc24f
commit
e830632ac6
17 changed files with 3493 additions and 1239 deletions
|
|
@ -13,6 +13,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? Exam_date { get; set; }
|
||||
public string? Announcement_date { get; set; }
|
||||
public string? Announcement_endDate { get; set; }
|
||||
public bool? AnnouncementExam { get; set; }
|
||||
public string? Register_startDate { get; set; }
|
||||
public string? Register_endDate { get; set; }
|
||||
public string? Payment_startDate { get; set; }
|
||||
public string? Payment_endDate { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? Detail { get; set; }
|
||||
public string? Image { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue