using System.Collections.Generic; namespace rmutr_report.Models.RoThree { public class summary_income_cooperative { public string budget_year { get; set; } public string date_range { get; set; } public string faculty_college { get; set; } public string area { get; set; } public List data { get; set; } public string maker { get; set; } public string position_maker { get; set; } public string maker_date { get; set; } } public class summary_income_cooperative_detail { public int? topic_type { get; set; } public string topic { get; set; } public double? revenue_estimates { get; set; } public double? deduct_expenses_percent60 { get; set; } public double? deduct_expenses_percent10 { get; set; } public double? balance { get; set; } public double? deduct_tuition_fees { get; set; } public double? balance_university { get; set; } } }