bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-12-13 14:30:49 +07:00
parent bb28a07de1
commit 5942f73550
15 changed files with 44 additions and 14 deletions

View File

@@ -8,7 +8,8 @@ namespace rmutr_report.Models
public string product { get; set; }
public string faculty { get; set; }
public List<study_material_detail1> data1 { get; set; }
//public string text { get; set; }
public decimal? total_cost_science { get; set; }
public decimal? total_cost_social { get; set; }
}
@@ -25,7 +26,8 @@ namespace rmutr_report.Models
{
public string year_class { get; set; }
public string code { get; set; }
public decimal? total_cost_science { get; set; }
public decimal? total_cost_social { get; set; }
public List<study_material_detail3> data3 { get; set; }
}
@@ -33,8 +35,6 @@ namespace rmutr_report.Models
{
public string academic_semester { get; set; }
public string student { get; set; }
// public string code { get; set; }
// public string major { get; set; }
public decimal? salaya { get; set; }
public decimal? bophitphimuk { get; set; }
public decimal? pohchang { get; set; }