This commit is contained in:
@@ -12,7 +12,6 @@ namespace rmutr_report.Models.RoThree
|
||||
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_curriculum { get; set; }
|
||||
public decimal? total_revenue { get; set; }
|
||||
|
||||
|
||||
@@ -21,6 +20,7 @@ public decimal? total_revenue { get; set; }
|
||||
public class revenue_estimate_education_fee_detail1
|
||||
{
|
||||
public string curriculum { get; set; }
|
||||
public decimal? total_curriculum { get; set; }
|
||||
public List<revenue_estimate_education_fee_detail2> data_2 { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user