ปรับฟิลด์ Competency.id
This commit is contained in:
parent
e6be7912ef
commit
3f5797458f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
public class Competency
|
public class Competency
|
||||||
{
|
{
|
||||||
public int id { get; set; }
|
public string id { get; set; } = string.Empty;
|
||||||
public string title { get; set; } = string.Empty;
|
public string title { get; set; } = string.Empty;
|
||||||
public string description { get; set; } = string.Empty;
|
public string description { get; set; } = string.Empty;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue