ปรับปรุง flow การบันทึกและแสดงคะแนนของทุก actor
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user