ปรับรายงานให้ ไม่ตกบรรทัด

This commit is contained in:
nakorn
2021-10-31 21:48:44 +07:00
parent 7baab53365
commit 0d0e309589
9 changed files with 2616 additions and 0 deletions

View File

@@ -61,5 +61,8 @@ namespace TodoAPI2.Models
[MaxLength(255)]
public string target_score5 { get; set; }
[MaxLength(16000)]
public string achievement_line1 { get; set; }
}
}