แก้ บรรจุกับโครงสร้างใหม่

This commit is contained in:
Kittapath 2024-02-20 15:17:05 +07:00
parent eea8e1ff81
commit 06af1fc632
8 changed files with 34469 additions and 53 deletions

View file

@ -247,6 +247,20 @@ namespace BMA.EHR.Domain.Models.Placement
[Comment("หมายเหตุแนวนอน")]
public string? RemarkHorizontal { get; set; }
[Comment("ระดับโครงสร้าง")]
public int? node { get; set; }
[Comment("id โครงสร้าง")]
public Guid? nodeId { get; set; }
[Comment("id อัตรากำลัง")]
public Guid? posmasterId { get; set; }
[Comment("id ตำแหน่ง")]
public Guid? positionId { get; set; }
[Comment("Id รูปโปรไฟล์")]
public virtual Document? ProfileImg { get; set; }
public virtual List<PlacementProfileDoc> PlacementProfileDocs { get; set; } = new List<PlacementProfileDoc>();