เพิ่มหน้าจอบันทึกผลการตรวจข้อตกลงการประเมิน

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-12 12:23:41 +07:00
parent cb3a43e624
commit 7b525b9784
21 changed files with 2109 additions and 1 deletions

View File

@@ -195,6 +195,16 @@ namespace tb320eva.Migrations
b.Property<int?>("chief");
b.Property<int?>("chief_a");
b.Property<DateTime?>("chief_a_date");
b.Property<string>("chief_a_remark")
.HasMaxLength(1000);
b.Property<string>("chief_a_result")
.HasMaxLength(1);
b.Property<decimal?>("competency_chief");
b.Property<decimal?>("competency_supervisor");