ปรับ Report Probation

This commit is contained in:
Bright 2024-08-02 11:21:43 +07:00
parent c802ab718f
commit 197f8f7150
3 changed files with 1596 additions and 843 deletions

View file

@ -75,7 +75,8 @@
public class Competency
{
public string id { get; set; } = string.Empty;
public string title { get; set; } = string.Empty;
public string name { get; set; } = string.Empty;
public string level { get; set; } = string.Empty;
public string description { get; set; } = string.Empty;
}