ปรับปรุงจากหลายข้อ

This commit is contained in:
nakorn
2021-11-18 14:00:11 +07:00
parent b6e27e9f12
commit aae66b1d97
4 changed files with 1339 additions and 1 deletions

View File

@@ -243,12 +243,16 @@ namespace tb320eva.Migrations
b.Property<decimal?>("Final_summary_competency_supervisor2A");
b.Property<decimal?>("Final_summary_competency_supervisor3A");
b.Property<decimal?>("Final_summary_supervisor");
b.Property<decimal?>("Final_summary_supervisor1A");
b.Property<decimal?>("Final_summary_supervisor2A");
b.Property<decimal?>("Final_summary_supervisor3A");
b.Property<decimal?>("achievement_chief");
b.Property<decimal?>("achievement_supervisor");
@@ -257,6 +261,8 @@ namespace tb320eva.Migrations
b.Property<decimal?>("achievement_supervisor2A");
b.Property<decimal?>("achievement_supervisor3A");
b.Property<int?>("chief");
b.Property<int?>("chief_a");
@@ -280,6 +286,8 @@ namespace tb320eva.Migrations
b.Property<decimal?>("competency_supervisor2A");
b.Property<decimal?>("competency_supervisor3A");
b.Property<int?>("create_evaluation_id");
b.Property<DateTime>("created");
@@ -304,6 +312,9 @@ namespace tb320eva.Migrations
b.Property<string>("level_score_supervisor2A")
.HasMaxLength(255);
b.Property<string>("level_score_supervisor3A")
.HasMaxLength(255);
b.Property<int?>("order_of_data");
b.Property<string>("remark")
@@ -317,6 +328,8 @@ namespace tb320eva.Migrations
b.Property<decimal?>("score_supervisor2A");
b.Property<decimal?>("score_supervisor3A");
b.Property<string>("status_chief")
.HasMaxLength(1);
@@ -428,12 +441,16 @@ namespace tb320eva.Migrations
b.Property<decimal?>("total_summary_competency_supervisor2A");
b.Property<decimal?>("total_summary_competency_supervisor3A");
b.Property<decimal?>("total_summary_supervisor");
b.Property<decimal?>("total_summary_supervisor1A");
b.Property<decimal?>("total_summary_supervisor2A");
b.Property<decimal?>("total_summary_supervisor3A");
b.Property<DateTime>("updated");
b.Property<decimal?>("work_period");