เพิ่มapi dashboard exam

This commit is contained in:
Kittapath 2023-04-19 23:40:23 +07:00
parent ac3d2c9d26
commit eb567349b4
10 changed files with 1956 additions and 261 deletions

View file

@ -226,5 +226,8 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("เหตุผลการไม่อนุมัติ")]
public string? RejectDetail { get; set; }
[Comment("ผลสมัครสอบ")]
public bool? Pass { get; set; }
}
}