แก้อัพโหลดคะแนน
This commit is contained in:
parent
072f150eed
commit
afd9994783
44 changed files with 6763 additions and 517 deletions
|
|
@ -16,7 +16,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder
|
||||
.HasAnnotation("ProductVersion", "7.0.4")
|
||||
.HasAnnotation("ProductVersion", "7.0.5")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
|
||||
modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.BankExam", b =>
|
||||
|
|
@ -458,6 +458,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("เลขประจำตัวสอบ");
|
||||
|
||||
b.Property<string>("ExamReason")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("หมายเหตุ");
|
||||
|
||||
b.Property<string>("FatherFirstName")
|
||||
.HasMaxLength(100)
|
||||
.HasColumnType("varchar(100)")
|
||||
|
|
@ -641,6 +645,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
b.Property<Guid>("PeriodExamId")
|
||||
.HasColumnType("char(36)");
|
||||
|
||||
b.Property<string>("PointA")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ก");
|
||||
|
||||
b.Property<string>("PointB")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ข");
|
||||
|
|
@ -649,6 +657,42 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ค");
|
||||
|
||||
b.Property<string>("PointPath1A")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ก ความสามารถในการคิดวิเคราะห์");
|
||||
|
||||
b.Property<string>("PointPath1C")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค คทดสอบสมรรถนะหลัก");
|
||||
|
||||
b.Property<string>("PointPath2A")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ก ภาษาอังกฤษ");
|
||||
|
||||
b.Property<string>("PointPath2C")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ค สัมภาษณ์");
|
||||
|
||||
b.Property<string>("PointPath3A")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ก ความรู้และลักษณะการเป็นข้าราชการที่ดี");
|
||||
|
||||
b.Property<string>("PointPerA")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ก เปอร์เซนต์");
|
||||
|
||||
b.Property<string>("PointPerB")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ข เปอร์เซนต์");
|
||||
|
||||
b.Property<string>("PointPerC")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนภาค ค เปอร์เซนต์");
|
||||
|
||||
b.Property<string>("PointTotalA")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนเต็มภาค ก");
|
||||
|
||||
b.Property<string>("PointTotalB")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("คะแนนเต็มภาค ข");
|
||||
|
|
@ -725,6 +769,10 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("สถานภาพ");
|
||||
|
||||
b.Property<string>("ResultA")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ผลสอบภาค ก");
|
||||
|
||||
b.Property<string>("ResultB")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ผลสอบภาค ข");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue