เพิ่มฟิวประเภทสมัครสอบ
This commit is contained in:
parent
e830632ac6
commit
c48534e474
9 changed files with 1862 additions and 258 deletions
|
|
@ -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>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue