ปรับปรุงหน้า migration

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-04-09 09:05:55 +07:00
parent c408b8aa29
commit 4848843fc1
12 changed files with 1013 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ namespace TodoAPI2.Models
[MaxLength(1000)]
public string employee_no_at_this_time { get; set; }
public bool? is_for_postponement { get; set; }
}
}