แก้ บรรจุกับโครงสร้างใหม่
This commit is contained in:
parent
eea8e1ff81
commit
06af1fc632
8 changed files with 34469 additions and 53 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue