เพิ่มช่อง วันที่เริ่มลา / สิ้นสุด ลา

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-08-27 10:20:02 +07:00
parent 910ef472ec
commit 8735c12bd7
13 changed files with 1186 additions and 13 deletions

View File

@@ -838,12 +838,16 @@ namespace tb320eva.Migrations
b.Property<DateTime>("created");
b.Property<DateTime?>("end_leave");
b.Property<int?>("fiscal_year");
b.Property<bool>("isActive");
b.Property<decimal?>("percent");
b.Property<DateTime?>("start_leave");
b.Property<int?>("theTime");
b.Property<DateTime>("updated");