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; }
}

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_area_detail> data { get; set; }
}

View File

@@ -8,6 +8,7 @@ namespace rmutr_report.Models
public string academic_year_range { get; set; }
public string academic_year_name_th1 { get; set; }
public string academic_year_name_th2 { get; set; }
public string data_date { get; set; }
public List<student_news_year_detail> data { get; set; }
}