แก้ไข op 10 ข้อ
This commit is contained in:
@@ -36,5 +36,13 @@ namespace TodoAPI2.Models
|
||||
|
||||
public int? create_evaluation_detail_id_eva_create_evaluation_detail_create_evaluation_id { get; set; }
|
||||
|
||||
public string achievement_display {
|
||||
get
|
||||
{
|
||||
if (achievement == null) achievement = "";
|
||||
return achievement.Replace("\n", "<br/>");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user