รวม code ส่งเข้า ZD

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-29 17:51:41 +07:00
parent 56393561e7
commit 9fe55ebeea
65 changed files with 5045 additions and 136 deletions

View File

@@ -30,9 +30,19 @@ namespace TodoAPI2.Models
return (string.IsNullOrEmpty(thefile) ? "" :
$"<a href='../{thefileDisplay}' target='_blank'>{thefile}</a>");
}
}
}
public string target_score1 { get; set; }
public string target_score2 { get; set; }
public string target_score3 { get; set; }
public string target_score4 { get; set; }
public string target_score5 { get; set; }
public int? create_evaluation_detail_id_eva_create_evaluation_detail_create_evaluation_id { get; set; }
}
}
}