add report
This commit is contained in:
64
Models/RoReport/revenue_estimate_education_fee.cs
Normal file
64
Models/RoReport/revenue_estimate_education_fee.cs
Normal file
@@ -0,0 +1,64 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models.RoThree
|
||||
{
|
||||
public class revenue_estimate_education_fee
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
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_curriculum { get; set; }
|
||||
public decimal? total_revenue { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class revenue_estimate_education_fee_detail1
|
||||
{
|
||||
public string 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; }
|
||||
public string code { get; set; }
|
||||
public decimal? credits_1 { get; set; }
|
||||
public decimal? credits_2 { get; set; }
|
||||
public decimal? total_credits { get; set; }
|
||||
public decimal? register_credits { get; set; }
|
||||
public string major { get; set; }
|
||||
public decimal? students { get; set; }
|
||||
public decimal? education_fee { get; set; }
|
||||
public decimal? total_education_fee { get; set; }
|
||||
public decimal? depreciation { get; set; }
|
||||
public decimal? balance { 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; }
|
||||
public string topic { get; set; }
|
||||
public decimal? credits_1 { get; set; }
|
||||
public decimal? credits_2 { get; set; }
|
||||
public decimal? total_credits { get; set; }
|
||||
public decimal? register_credits { get; set; }
|
||||
public string major { get; set; }
|
||||
public decimal? students { get; set; }
|
||||
public decimal? education_fee { get; set; }
|
||||
public decimal? total_education_fee { get; set; }
|
||||
public decimal? depreciation { get; set; }
|
||||
public decimal? balance { get; set; }
|
||||
public decimal? allocation { get; set; }
|
||||
public decimal? total_allocation_amount { get; set; }
|
||||
}
|
||||
}
|
||||
55
Models/RoReport/revenue_estimate_income_summary.cs
Normal file
55
Models/RoReport/revenue_estimate_income_summary.cs
Normal file
@@ -0,0 +1,55 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models.RoThree
|
||||
{
|
||||
public class revenue_estimate_income_summary
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
public string date_range { get; set; }
|
||||
public string area { get; set; }
|
||||
public string register_semester_year_1 { get; set; }
|
||||
public string register_semester_year_2 { get; set; }
|
||||
public string education_semester_year_1 { get; set; }
|
||||
public string education_semester_year_2 { get; set; }
|
||||
public List<revenue_estimate_income_summary_detail> data{ 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 decimal? sum_13 { get; set; }
|
||||
public string maker { get; set; }
|
||||
public string position_maker { get; set; }
|
||||
public string maker_date { get; set; }
|
||||
public string test { get; set; }
|
||||
public string position_test { get; set; }
|
||||
public string test_date { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class revenue_estimate_income_summary_detail
|
||||
{
|
||||
public string faculty { get; set; }
|
||||
public decimal? science_1 { get; set; }
|
||||
public decimal? social_1 { get; set; }
|
||||
public decimal? science_2 { get; set; }
|
||||
public decimal? social_2 { get; set; }
|
||||
public decimal? total_register_fee { get; set; }
|
||||
public decimal? science_3 { get; set; }
|
||||
public decimal? social_3 { get; set; }
|
||||
public decimal? science_4 { get; set; }
|
||||
public decimal? social_4 { get; set; }
|
||||
public decimal? total_education_fee { get; set; }
|
||||
public decimal? total_science { get; set; }
|
||||
public decimal? total_social { get; set; }
|
||||
public decimal? total_science_social { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
7
Models/RoReport/revenue_estimate_register_credits.cs
Normal file
7
Models/RoReport/revenue_estimate_register_credits.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace rmutr_report.Models.RoThree
|
||||
{
|
||||
public class revenue_estimate_register_credits
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user