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

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-09-14 15:52:06 +07:00
parent d4212da199
commit 7fdf9f7b01
26 changed files with 2316 additions and 14 deletions

View File

@@ -298,6 +298,9 @@ namespace tb320eva.Migrations
b.Property<int?>("order_of_data");
b.Property<string>("remark")
.HasMaxLength(1000);
b.Property<decimal?>("score_chief");
b.Property<decimal?>("score_supervisor");
@@ -851,6 +854,9 @@ namespace tb320eva.Migrations
b.Property<decimal?>("percent");
b.Property<string>("remark")
.HasMaxLength(500);
b.Property<DateTime?>("start_leave");
b.Property<int?>("theTime");