using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace rmutr_report.Models { public class budget_expenditure_from_revenue { [Key] public Guid? budget_expenditure_from_revenue_uid { get; set; } // public Guid? academic_year_uid { get; set; } public string academic_year_name_th { get; set; } public string start_and_end_date_report { get; set; } // public string education_level_and_year { get; set; } // public string faculty_name_th { get; set; } public string agency_name_th { get; set; } public string branch_name_th { get; set; } public string curriculum_name_th { get; set; } // public double? set_revenue_estimates { get; set; } public DateTime? version { get; set; } public List budget_expenditure_from_revenue_details { get; set; } // public t_budget_expenditure_from_revenue_detail[] budget_expenditure_from_revenue_details_2 { get; set; } // public t_budget_expenditure_from_revenue_detail[] budget_expenditure_from_revenue_details_3 { get; set; } public decimal? sum_1 { get; set; } public decimal? sum_2 { get; set; } public decimal? sum_3 { get; set; } public decimal? sum_4 { get; set; } public decimal? sum_5 { get; set; } public decimal? sum_6 { get; set; } public decimal? sum_7 { get; set; } public decimal? sum_8 { get; set; } public decimal? sum_9 { get; set; } public decimal? sum_10 { get; set; } public decimal? sum_11 { get; set; } public decimal? sum_12 { get; set; } } public class t_budget_expenditure_from_revenue_detail { [Key] public Guid? budget_expenditure_from_revenue_detail_uid { get; set; } public Guid? budget_expenditure_from_revenue_uid { get; set; } public string topic { get; set; } public string topic_1 { get; set; } public string topic_2 { get; set; } public string academic_year_name_th { get; set; } public decimal? current_students { get; set; } public decimal? students_reduced { get; set; } public decimal? students_estimates { get; set; } public decimal? price_regis_flat_payment_per_student { get; set; } public decimal? price_regis_flat_payment { get; set; } public decimal? library_per_student { get; set; } public decimal? library_total { get; set; } public decimal? utilities_per_student { get; set; } public decimal? utilities_total { get; set; } public decimal? student_club_per_student { get; set; } public decimal? student_club_library_total { get; set; } public decimal? accident_insurance_per_student { get; set; } public decimal? accident_insurance_total { get; set; } public decimal? academic_activities_per_student { get; set; } public decimal? academic_activities_total { get; set; } public decimal? examination_and_x_rays_per_student { get; set; } public decimal? examination_and_x_rays_total { get; set; } public decimal? tuition_fee_per_student { get; set; } public decimal? tuition_fee_total { get; set; } public decimal? tuition_less_fee_per_student { get; set; } public decimal? education_fee_less_fee_total { get; set; } public int? topic_type { get; set; } public int? row { get; set; } public DateTime? version { get; set; } public Guid? semester_uid { get; set; } public Guid? academic_year_uid { get; set; } public Guid? couse_uid { get; set; } public Guid? major_uid { get; set; } //public List budget_expenditure_from_revenue_details_2 { get; set; } } // public class t_budget_expenditure_from_revenue_detail_2 // { // public string topic { get; set; } // public string topic_1 { get; set; } // public string topic_2 { get; set; } // public string academic_year_name_th { get; set; } // public decimal? current_students { get; set; } // public decimal? students_reduced { get; set; } // public decimal? students_estimates { get; set; } // public decimal? price_regis_flat_payment_per_student { get; set; } // public decimal? price_regis_flat_payment { get; set; } // public decimal? price_regis_flat_payment1 { get; set; } // // public decimal? library_per_student { get; set; } // public decimal? library_total { get; set; } // public decimal? library_total1 { get; set; } // // public decimal? utilities_per_student { get; set; } // public decimal? utilities_total { get; set; } // // public decimal? student_club_per_student { get; set; } // public decimal? student_club_library_total { get; set; } // // public decimal? accident_insurance_per_student { get; set; } // public decimal? accident_insurance_total { get; set; } // // public decimal? academic_activities_per_student { get; set; } // public decimal? academic_activities_total { get; set; } // // public decimal? examination_and_x_rays_per_student { get; set; } // public decimal? examination_and_x_rays_total { get; set; } // // public decimal? tuition_fee_per_student { get; set; } // public decimal? tuition_fee_total { get; set; } // // public decimal? tuition_less_fee_per_student { get; set; } // public decimal? education_fee_less_fee_total { get; set; } // // // public int? topic_type { get; set; } // //public List budget_expenditure_from_revenue_details_3 { get; set; } // // } // public class t_budget_expenditure_from_revenue_detail_3 // { // public string topic { get; set; } // public string topic_1 { get; set; } // public string topic_2 { get; set; } // public string academic_year_name_th { get; set; } // public decimal? current_students { get; set; } // public decimal? students_reduced { get; set; } // public decimal? students_estimates { get; set; } // public decimal? price_regis_flat_payment_per_student { get; set; } // public decimal? price_regis_flat_payment { get; set; } // public decimal? price_regis_flat_payment1 { get; set; } // // public decimal? library_per_student { get; set; } // public decimal? library_total { get; set; } // public decimal? library_total1 { get; set; } // // public decimal? utilities_per_student { get; set; } // public decimal? utilities_total { get; set; } // // public decimal? student_club_per_student { get; set; } // public decimal? student_club_library_total { get; set; } // // public decimal? accident_insurance_per_student { get; set; } // public decimal? accident_insurance_total { get; set; } // // public decimal? academic_activities_per_student { get; set; } // public decimal? academic_activities_total { get; set; } // // public decimal? examination_and_x_rays_per_student { get; set; } // public decimal? examination_and_x_rays_total { get; set; } // // public decimal? tuition_fee_per_student { get; set; } // public decimal? tuition_fee_total { get; set; } // // public decimal? tuition_less_fee_per_student { get; set; } // public decimal? education_fee_less_fee_total { get; set; } // // // public int? topic_type { get; set; } // } }