แยกประเภทขรก

This commit is contained in:
Kittapath 2024-07-03 00:42:41 +07:00
parent 54661ffbcb
commit 5751ea57a4
3 changed files with 34 additions and 2 deletions

View file

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