This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user