api review

This commit is contained in:
Kittapath 2023-05-04 15:49:46 +07:00
parent 9d61daf66c
commit 34806a0bc2
10 changed files with 3098 additions and 213 deletions

View file

@ -20,6 +20,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
public string? ResultC { get; set; }
public string? Pass { get; set; }
public string? Number { get; set; }
public int? ReviewPoint { get; set; }
public string? Review { get; set; }
public DateTime? AnnouncementDate { get; set; }
public Guid? Id { get; set; }
}