set path position

This commit is contained in:
Kittapath 2023-04-09 23:15:08 +07:00
parent 5abeada4a6
commit 899826e882
7 changed files with 295 additions and 266 deletions

View file

@ -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; }