bug fixed

This commit is contained in:
kamonwan taengsuk
2023-01-26 08:40:48 +07:00
parent de55e3e456
commit fcc4f79ed1
7 changed files with 23 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ namespace rmutr_report.Models
{
public string academic_year_name_th { get; set; }
public string curriculum_name_th { get; set; }
public string data_date { get; set; }
public List<student_news_faculty_detail> data { get; set; }
//public string faculty_academy_name_th { get; set; }
}