เพิ่มขนาดช่องเก็บ และปรับ logic

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-07 18:14:50 +07:00
parent 8ac63e8ec6
commit 629b29180a
6 changed files with 738 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ namespace TodoAPI2.Models
public decimal? percentage { get; set; }
[MaxLength(100)]
[MaxLength(4000)]
public string command_no { get; set; }
public int? managed_by { get; set; }