เพิ่มวุฒิการศิกษา

This commit is contained in:
Kittapath 2023-10-08 13:56:18 +07:00
parent 77d397a8d8
commit a2847d9d55
4 changed files with 256 additions and 93 deletions

View file

@ -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>();
}
}