เพิ่มฟิวประเภทสมัครสอบ

This commit is contained in:
Kittapath 2023-04-12 13:28:37 +07:00
parent e830632ac6
commit c48534e474
9 changed files with 1862 additions and 258 deletions

View file

@ -75,6 +75,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("ประกาศนี้มีสมัครสอบคัดเลือก")]
public bool AnnouncementExam { get; set; } = false;
[Comment("สำนัก")]
public string? Category { get; set; }
[Comment("รายชื่อคนสม้ครในรอบ")]
public List<Candidate> Candidate { get; set; } = new List<Candidate>();