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

@ -246,5 +246,11 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("ผลสมัครสอบ")]
public string? Pass { get; set; }
[Comment("คะแนนความพึงพอใจ")]
public int? ReviewPoint { get; set; }
[Comment("ข้อแนะนำ")]
public string? Review { get; set; }
}
}