api review
This commit is contained in:
parent
9d61daf66c
commit
34806a0bc2
10 changed files with 3098 additions and 213 deletions
|
|
@ -699,6 +699,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations
|
|||
.HasColumnType("longtext")
|
||||
.HasComment("ผลสอบภาค ค");
|
||||
|
||||
b.Property<string>("Review")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("ข้อแนะนำ");
|
||||
|
||||
b.Property<int?>("ReviewPoint")
|
||||
.HasColumnType("int")
|
||||
.HasComment("คะแนนความพึงพอใจ");
|
||||
|
||||
b.Property<string>("SeatNumber")
|
||||
.HasColumnType("longtext")
|
||||
.HasComment("เลขที่นั่งสอบ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue