แก้รายละเอียดผู้สมัครบรรจุ

This commit is contained in:
Kittapath 2023-10-02 00:21:07 +07:00
parent 7909634e6b
commit 20e1ba9261
4 changed files with 16601 additions and 31 deletions

View file

@ -11587,32 +11587,35 @@ namespace BMA.EHR.Infrastructure.Migrations
.HasColumnType("varchar(40)")
.HasComment("สัญชาติ");
b.Property<string>("OccupationCompany")
b.Property<string>("OccupationGroup")
.HasColumnType("longtext")
.HasComment("สำนัก/บริษัท บริษัท");
.HasComment("ตำแหน่งปัจจุบัน กลุ่ม/ฝ่าย");
b.Property<string>("OccupationDepartment")
b.Property<string>("OccupationOrg")
.HasColumnType("longtext")
.HasComment("กอง/ฝ่าย บริษัท");
.HasComment("ตำแหน่งปัจจุบัน ชื่อตำแหน่ง");
b.Property<string>("OccupationEmail")
.HasMaxLength(200)
.HasColumnType("varchar(200)")
.HasComment("อีเมล บริษัท");
b.Property<string>("OccupationPile")
.HasColumnType("longtext")
.HasComment("ตำแหน่งปัจจุบัน กอง");
b.Property<string>("OccupationPosition")
.HasColumnType("longtext")
.HasComment("ตำแหน่งอาชีพ");
.HasComment("ตำแหน่งปัจจุบัน สังกัด");
b.Property<string>("OccupationPositionType")
.HasColumnType("longtext")
.HasComment("ตำแหน่งปัจจุบัน ประเภทราชการ");
b.Property<int?>("OccupationSalary")
.HasColumnType("int")
.HasComment("ตำแหน่งปัจจุบัน เงินเดือน");
b.Property<string>("OccupationTelephone")
.HasMaxLength(200)
.HasColumnType("varchar(200)")
.HasMaxLength(20)
.HasColumnType("varchar(20)")
.HasComment("โทรศัพท์ บริษัท");
b.Property<string>("OccupationType")
.HasColumnType("longtext")
.HasComment("ประเภทอาชีพที่ทำงานมาก่อน");
b.Property<Guid?>("OrganizationPositionId")
.HasColumnType("char(36)");