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

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

@ -11992,6 +11992,14 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("double")
.HasComment("คะแนนเต็มภาค ค");
b.Property<int?>("PosNumber")
.HasColumnType("int")
.HasComment("ชื่อตำแหน่งเลขที่");
b.Property<string>("PosPath")
.HasColumnType("longtext")
.HasComment("ชื่อตำแหน่ง");
b.Property<Guid?>("PositionCandidateId")
.HasColumnType("char(36)");
@ -12104,6 +12112,14 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("char(36)")
.HasComment("id โครงสร้าง");
b.Property<string>("orgTreeShortName")
.HasColumnType("longtext")
.HasComment("ชื่อย่อหน่วยงาน");
b.Property<string>("organizationName")
.HasColumnType("longtext")
.HasComment("ชื่อหน่วยงาน");
b.Property<Guid?>("positionId")
.HasColumnType("char(36)")
.HasComment("id ตำแหน่ง");