ปรับปรุงหน้าจอ migration และ เงื่อนไขการค้นหา หน้าทำแบบประเมิน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-04-06 11:34:25 +07:00
parent c8f4d2317c
commit 4844a0ad44
16 changed files with 1237 additions and 150 deletions

View File

@@ -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")