migrate + ปรับระบบสรรหาสอบคัดเลือก (2)
This commit is contained in:
parent
f20abe032d
commit
876b085dd2
11 changed files with 3261 additions and 2 deletions
|
|
@ -315,6 +315,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
|
|||
|
||||
[Comment("โทรศัพท์ บุคคลที่สามารถติดต่อได้")]
|
||||
public string? ContactTel { get; set; }
|
||||
|
||||
[Comment("สถานะ เปิดให้ดาวน์โหลดใบสมัคร แสดงสถานที่สอบ และเลขประจำตัวสอบ")]
|
||||
public bool IsShowExamInfo { get; set; } = false;
|
||||
public virtual List<Education> Educations { get; set; } = new List<Education>();
|
||||
public virtual List<Career> Careers { get; set; } = new List<Career>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue