ปรับฟิลด์ Competency.id

This commit is contained in:
Bright 2024-06-11 11:56:28 +07:00
parent e6be7912ef
commit 3f5797458f

View file

@ -74,7 +74,7 @@
public class Competency
{
public int id { get; set; }
public string id { get; set; } = string.Empty;
public string title { get; set; } = string.Empty;
public string description { get; set; } = string.Empty;
}