แยกประเภทขรก
This commit is contained in:
parent
54661ffbcb
commit
5751ea57a4
3 changed files with 34 additions and 2 deletions
|
|
@ -246,6 +246,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
|
||||
[Comment("หมายเหตุแนวนอน")]
|
||||
public string? RemarkHorizontal { get; set; }
|
||||
[Comment("profileId")]
|
||||
public string? profileId { 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