แก้ขนาดฟิล

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-11 08:19:58 +07:00
parent 1540543f1f
commit d78406c2bd
4 changed files with 963 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ namespace TodoAPI2.Models
public eva_create_evaluation_detailEntity eva_create_evaluation_detail { get; set; }
public int? create_evaluation_detail_id { get; set; }
[MaxLength(3000)]
[MaxLength(8000)]
public string achievement { get; set; }
public decimal? weight { get; set; }