ทำหน้าจอพิเศษ นำเข้าข้อมูลเงินเดือนย้อนหลัง

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-07 15:52:20 +07:00
parent 5ca2b0d53d
commit 8ac63e8ec6
44 changed files with 5165 additions and 42 deletions

View File

@@ -32,6 +32,11 @@ namespace tb320eva.Migrations
b.Property<int?>("fiscal_year");
b.Property<DateTime?>("imported_date");
b.Property<string>("imported_file")
.HasMaxLength(1000);
b.Property<bool>("isActive");
b.Property<decimal?>("limit");
@@ -75,6 +80,9 @@ namespace tb320eva.Migrations
b.Property<bool>("isActive");
b.Property<string>("level_this_time")
.HasMaxLength(1000);
b.Property<decimal?>("middle");
b.Property<decimal?>("new_cost_living");
@@ -83,6 +91,9 @@ namespace tb320eva.Migrations
b.Property<decimal?>("new_sarary_with_quota");
b.Property<string>("position_this_time")
.HasMaxLength(1000);
b.Property<decimal?>("promoted_percentage");
b.Property<decimal?>("receive_quota");