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