This commit is contained in:
@@ -8,13 +8,11 @@ namespace rmutr_report.Models.RoThree
|
||||
public string area { get; set; }
|
||||
public string faculty { get; set; }
|
||||
public string semester { get; set; }
|
||||
public string year { get; set; }
|
||||
public string budget_project_name_th { get; set; }
|
||||
public List<revenue_estimate_education_fee_detail1> data_1 { get; set; }
|
||||
public string side { get; set; }
|
||||
public decimal? total_revenue { get; set; }
|
||||
|
||||
|
||||
public string year { get; set; }
|
||||
public string budget_project_name_th { get; set; }
|
||||
public List<revenue_estimate_education_fee_detail1> data_1 { get; set; }
|
||||
public string side { get; set; }
|
||||
public decimal? total_revenue { get; set; }
|
||||
}
|
||||
|
||||
public class revenue_estimate_education_fee_detail1
|
||||
@@ -22,8 +20,8 @@ public decimal? total_revenue { get; set; }
|
||||
public string curriculum { get; set; }
|
||||
public decimal? total_curriculum { get; set; }
|
||||
public List<revenue_estimate_education_fee_detail2> data_2 { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class revenue_estimate_education_fee_detail2
|
||||
{
|
||||
public string year_class { get; set; }
|
||||
@@ -41,9 +39,8 @@ public decimal? total_revenue { get; set; }
|
||||
public decimal? allocation { get; set; }
|
||||
public decimal? total_allocation_amount { get; set; }
|
||||
public List<revenue_estimate_education_fee_detail3> data_3 { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class revenue_estimate_education_fee_detail3
|
||||
{
|
||||
public string topic_code { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user