set path position
This commit is contained in:
parent
5abeada4a6
commit
899826e882
7 changed files with 295 additions and 266 deletions
|
|
@ -8,10 +8,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Response
|
|||
public string? Id { get; set; }
|
||||
public string? Category { get; set; }
|
||||
public string? Category_id { get; set; }
|
||||
public DateTime? Start { get; set; }
|
||||
public DateTime? End { get; set; }
|
||||
public DateTime? Exam_date { get; set; }
|
||||
public DateTime? Announcement_date { get; set; }
|
||||
public string? Start { get; set; }
|
||||
public string? End { get; set; }
|
||||
public string? Exam_date { get; set; }
|
||||
public string? Announcement_date { get; set; }
|
||||
public string? Announcement_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