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

This commit is contained in:
Kittapath 2024-07-03 00:43:01 +07:00
parent 811fa781b4
commit b02f8bc2e6
7 changed files with 80 additions and 19 deletions

View file

@ -245,6 +245,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>();
}