update code

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-03 12:28:50 +07:00
parent ad14f4f664
commit 23e68366bb
43 changed files with 2650 additions and 777 deletions

View File

@@ -589,6 +589,8 @@ namespace tb320eva.Migrations
{
b.Property<Guid>("id");
b.Property<decimal?>("cost_of_living");
b.Property<DateTime>("created");
b.Property<int?>("employee_id");
@@ -597,15 +599,19 @@ namespace tb320eva.Migrations
b.Property<bool>("isActive");
b.Property<int?>("level_id");
b.Property<string>("level_text")
.HasMaxLength(1000);
b.Property<decimal?>("monthly_remuneration");
b.Property<int?>("order_of_data");
b.Property<int?>("org_id");
b.Property<decimal?>("position_allowance");
b.Property<int?>("position_id");
b.Property<string>("position_text")
.HasMaxLength(1000);
b.Property<decimal?>("salary");
@@ -632,6 +638,9 @@ namespace tb320eva.Migrations
b.Property<decimal?>("limit_frame_295");
b.Property<string>("remark")
.HasMaxLength(4000);
b.Property<decimal?>("total_salary");
b.Property<decimal?>("total_salary_limit");
@@ -661,6 +670,10 @@ namespace tb320eva.Migrations
b.Property<decimal?>("limit_frame_005");
b.Property<decimal?>("limit_frame_005_total");
b.Property<decimal?>("limit_frame_005_total_rounded");
b.Property<Guid?>("plan_guid");
b.Property<DateTime?>("salary_adjustment_date");