แก้อัพโหลดคะแนน

This commit is contained in:
Kittapath 2023-07-04 20:55:37 +07:00
parent 072f150eed
commit afd9994783
44 changed files with 6763 additions and 517 deletions

View file

@ -25,21 +25,54 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("เลขที่นั่งสอบ")]
public string? SeatNumber { get; set; }
[Comment("คะแนนเต็มภาค ก")]
public string? PointTotalA { get; set; }
[Comment("คะแนนภาค ก ความสามารถในการคิดวิเคราะห์")]
public string? PointPath1A { get; set; }
[Comment("คะแนนภาค ก ภาษาอังกฤษ")]
public string? PointPath2A { get; set; }
[Comment("คะแนนภาค ก ความรู้และลักษณะการเป็นข้าราชการที่ดี")]
public string? PointPath3A { get; set; }
[Comment("คะแนนภาค ก")]
public string? PointA { get; set; }
[Comment("คะแนนภาค ก เปอร์เซนต์")]
public string? PointPerA { get; set; }
[Comment("ผลสอบภาค ก")]
public string? ResultA { get; set; }
[Comment("คะแนนเต็มภาค ข")]
public string? PointTotalB { get; set; }
[Comment("คะแนนภาค ข")]
public string? PointB { get; set; }
[Comment("คะแนนภาค ข เปอร์เซนต์")]
public string? PointPerB { get; set; }
[Comment("ผลสอบภาค ข")]
public string? ResultB { get; set; }
[Comment("คะแนนเต็มภาค ค")]
public string? PointTotalC { get; set; }
[Comment("คะแนนภาค คทดสอบสมรรถนะหลัก")]
public string? PointPath1C { get; set; }
[Comment("คะแนนภาค ค สัมภาษณ์")]
public string? PointPath2C { get; set; }
[Comment("คะแนนภาค ค")]
public string? PointC { get; set; }
[Comment("คะแนนภาค ค เปอร์เซนต์")]
public string? PointPerC { get; set; }
[Comment("ผลสอบภาค ค")]
public string? ResultC { get; set; }
@ -246,6 +279,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Comment("ผลสมัครสอบ")]
public string? Pass { get; set; }
[Comment("หมายเหตุ")]
public string? ExamReason { get; set; }
[Comment("คะแนนความพึงพอใจ")]
public int? ReviewPoint { get; set; }