This commit is contained in:
kamonwan taengsuk
2023-07-13 14:15:15 +07:00
parent ed6cef4b8d
commit 6ac23499d4
7 changed files with 235 additions and 33 deletions

View File

@@ -28,6 +28,9 @@ namespace rmutr_report.Models
public DateTime? version { get; set; }
public List<t_budget_expenditure_from_revenue_detail> 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; }
@@ -81,12 +84,99 @@ namespace rmutr_report.Models
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? 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 int? row { get; set; }
public Guid? couse_uid { get; set; }
public Guid? major_uid { 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 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; }
// }
}