This commit is contained in:
@@ -10,8 +10,8 @@ namespace rmutr_report.Models.RoThree
|
||||
public string register_semester_year_1 { get; set; }
|
||||
public string register_semester_year_2 { get; set; }
|
||||
public string education_semester_year_1 { get; set; }
|
||||
public string education_semester_year_2 { get; set; }
|
||||
public List<revenue_estimate_income_summary_detail> data{ get; set; }
|
||||
public string education_semester_year_2 { get; set; }
|
||||
public List<revenue_estimate_income_summary_detail> data { get; set; }
|
||||
public decimal? sum_1 { get; set; }
|
||||
public decimal? sum_2 { get; set; }
|
||||
public decimal? sum_3 { get; set; }
|
||||
@@ -31,7 +31,6 @@ namespace rmutr_report.Models.RoThree
|
||||
public string test { get; set; }
|
||||
public string position_test { get; set; }
|
||||
public string test_date { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class revenue_estimate_income_summary_detail
|
||||
@@ -50,6 +49,5 @@ namespace rmutr_report.Models.RoThree
|
||||
public decimal? total_science { get; set; }
|
||||
public decimal? total_social { get; set; }
|
||||
public decimal? total_science_social { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user