ปรับปรุง flow การบันทึกและแสดงคะแนนของทุก actor

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-17 16:26:49 +07:00
parent 29b7e1856e
commit c2b65272e6
20 changed files with 1439 additions and 191 deletions

View File

@@ -39,11 +39,13 @@ namespace TodoAPI2.Models
}
public decimal? score { get; set; }
public decimal? sumary { get; set; }
public decimal? score2 { get; set; }
public decimal? sumary2 { get; set; }
public decimal? score3 { get; set; }
public decimal? sumary3 { get; set; }
public decimal? score4 { get; set; }
public decimal? sumary4 { get; set; }
[MaxLength(255)]
public string target_score1 { get; set; }