แก้ไข ความยาว ตัวอักษรที่เก็บได้

This commit is contained in:
nakorn
2021-10-28 10:42:03 +07:00
parent 4d7f6186d5
commit 8e8596116f
8 changed files with 2422 additions and 8 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(1000)]
[MaxLength(16000)]
public string behavior { get; set; }
public decimal? weight { get; set; }