ปรับปรุงหน้าจอ migration และ เงื่อนไขการค้นหา หน้าทำแบบประเมิน
This commit is contained in:
@@ -85,6 +85,12 @@ namespace tb320eva.Migrations
|
||||
|
||||
b.Property<int?>("employee_id");
|
||||
|
||||
b.Property<string>("employee_no_at_this_time")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
b.Property<string>("fullname_at_this_time")
|
||||
.HasMaxLength(1000);
|
||||
|
||||
b.Property<bool>("isActive");
|
||||
|
||||
b.Property<string>("level_score_final")
|
||||
|
||||
Reference in New Issue
Block a user