เพิ่มวุฒิการศิกษา
This commit is contained in:
parent
77d397a8d8
commit
a2847d9d55
4 changed files with 256 additions and 93 deletions
|
|
@ -316,6 +316,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
|
|||
[Comment("โทรศัพท์ บุคคลที่สามารถติดต่อได้")]
|
||||
public string? ContactTel { get; set; }
|
||||
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