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

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