แก้ไข ความยาว ตัวอักษรที่เก็บได้
This commit is contained in:
@@ -20,7 +20,7 @@ namespace TodoAPI2.Models
|
||||
[MaxLength(191)]
|
||||
public string log_name { get; set; }
|
||||
|
||||
[MaxLength(4000)]
|
||||
[MaxLength(32000)]
|
||||
public string description { get; set; }
|
||||
|
||||
public int? subject_id { get; set; }
|
||||
@@ -33,7 +33,7 @@ namespace TodoAPI2.Models
|
||||
[MaxLength(191)]
|
||||
public string causer_type { get; set; }
|
||||
|
||||
[MaxLength(8000)]
|
||||
[MaxLength(32000)]
|
||||
public string properties { get; set; }
|
||||
|
||||
[MaxLength(191)]
|
||||
|
||||
@@ -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(8000)]
|
||||
[MaxLength(16000)]
|
||||
public string achievement { get; set; }
|
||||
|
||||
public decimal? weight { get; set; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user