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

This commit is contained in:
Kittapath 2024-02-22 10:40:24 +07:00
parent 06af1fc632
commit adada88230
6 changed files with 17266 additions and 19 deletions

View file

@ -193,10 +193,10 @@ namespace BMA.EHR.Domain.Models.Placement
[MaxLength(20), Comment("โทรศัพท์ บริษัท")]
public string? OccupationTelephone { get; set; }
[Comment("Id ตำแหน่งเลขที่")]
[Comment("ชื่อตำแหน่งเลขที่")]
public PositionNumberEntity? PositionNumber { get; set; }
[Comment("Id ตำแหน่ง")]
[Comment("ชื่อตำแหน่ง")]
public PositionPath? PositionPath { get; set; }
[Comment("Id ด้าน/สาขา")]
@ -260,6 +260,18 @@ namespace BMA.EHR.Domain.Models.Placement
[Comment("id ตำแหน่ง")]
public Guid? positionId { get; set; }
[Comment("ชื่อหน่วยงาน")]
public string? organizationName { get; set; }
[Comment("ชื่อย่อหน่วยงาน")]
public string? orgTreeShortName { get; set; }
[Comment("ชื่อตำแหน่งเลขที่")]
public int? PosNumber { get; set; }
[Comment("ชื่อตำแหน่ง")]
public string? PosPath { get; set; }
[Comment("Id รูปโปรไฟล์")]
public virtual Document? ProfileImg { get; set; }