รวมหน้าจอ วงเงินที่ใช้ในการเลื่อนเงินเดือน

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-04 22:25:37 +07:00
parent 309d1a5e16
commit 9530d1aa37
34 changed files with 3220 additions and 550 deletions

View File

@@ -694,6 +694,8 @@ namespace tb320eva.Migrations
b.Property<string>("supervisor1_result")
.HasMaxLength(1);
b.Property<decimal?>("total_salary");
b.Property<DateTime>("updated");
b.HasKey("id");