update model profile
This commit is contained in:
parent
fde95f3b86
commit
0d7ea6d32b
5 changed files with 282 additions and 76 deletions
|
|
@ -239,6 +239,12 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
|
||||
[Comment("Id รูปโปรไฟล์")]
|
||||
public virtual Document? ProfileImg { get; set; }
|
||||
|
||||
[Comment("หมายเหตุแนวตั้ง")]
|
||||
public string? RemarkVertical { get; set; }
|
||||
|
||||
[Comment("หมายเหตุแนวนอน")]
|
||||
public string? RemarkHorizontal { get; set; }
|
||||
public virtual List<PlacementCertificate> PlacementCertificates { get; set; } = new List<PlacementCertificate>();
|
||||
public virtual List<PlacementEducation> PlacementEducations { get; set; } = new List<PlacementEducation>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue