ปรับปรุงการนับคะแนนของคนที่คร่อมรอบ

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-14 13:31:48 +07:00
parent 8606c238b0
commit 0a0ef78366
11 changed files with 1277 additions and 104 deletions

View File

@@ -65,5 +65,16 @@ namespace TodoAPI2.Models
public int? org_at_this_time { get; set; }
public int? order_at_this_time { get; set; }
public decimal? achievement_final { get; set; }
public decimal? competency_final { get; set; }
public decimal? score_final { get; set; }
[MaxLength(255)]
public string level_score_final { get; set; }
}
}