add report
This commit is contained in:
36
Models/budget/car_insurance.cs
Normal file
36
Models/budget/car_insurance.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class car_insurance{
|
||||
public string budget_year { get; set; }
|
||||
public string car_insurance_year { get; set; }
|
||||
public decimal? total_amount_all { get; set; }
|
||||
public List<area_group_headers> group_header { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class area_group_headers
|
||||
{
|
||||
public string area { get; set; }
|
||||
|
||||
public List<car_insurance_detail> data { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class car_insurance_detail
|
||||
{
|
||||
public string list { get; set; }
|
||||
public List<car_insurance_detail2> data_detail { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class car_insurance_detail2
|
||||
{
|
||||
public string list { get; set; }
|
||||
public string unit { get; set; }
|
||||
public string pay_month { get; set; }
|
||||
public decimal? amount { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
68
Models/budget/expenditure_budget_proposal.cs
Normal file
68
Models/budget/expenditure_budget_proposal.cs
Normal file
@@ -0,0 +1,68 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class expenditure_budget_proposal
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
// public decimal? budget_amount { get; set; }
|
||||
// public decimal? total_amount_1 { get; set; }
|
||||
// public decimal? total_amount_2 { get; set; }
|
||||
public List<group_headers> group_header { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class group_headers
|
||||
{
|
||||
public string list_1 { get; set; }
|
||||
public string list_2 { get; set; }
|
||||
public string rowno { get; set; }
|
||||
public string list_3 { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
public decimal? total_amount_1 { get; set; }
|
||||
public decimal? total_amount_2 { get; set; }
|
||||
public List<expenditure_budget_proposal_headers> header { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposal_headers
|
||||
{
|
||||
public string rowno { get; set; }
|
||||
public string header { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
public List<expenditure_budget_proposal_headers2> data { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposal_headers2
|
||||
{
|
||||
public string list { get; set; }
|
||||
public decimal? target_group_count { get; set; }
|
||||
public string target_group_unit { get; set; }
|
||||
public decimal? time_count { get; set; }
|
||||
public string time_unit { get; set; }
|
||||
public decimal? budget_count { get; set; }
|
||||
public string budget_unit { get; set; }
|
||||
public decimal? quantity { get; set; }
|
||||
public string quantity_unit { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
public List<expenditure_budget_proposal_headers3> data2 { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposal_headers3
|
||||
{
|
||||
public string list { get; set; }
|
||||
public decimal? target_group_count { get; set; }
|
||||
public string target_group_unit { get; set; }
|
||||
public decimal? time_count { get; set; }
|
||||
public string time_unit { get; set; }
|
||||
public decimal? budget_count { get; set; }
|
||||
public string budget_unit { get; set; }
|
||||
public decimal? quantity { get; set; }
|
||||
public string quantity_unit { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
}
|
||||
}
|
||||
22
Models/budget/service_fee.cs
Normal file
22
Models/budget/service_fee.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class service_fee
|
||||
{
|
||||
public decimal? total_amount_1 { get; set; }
|
||||
public decimal? total_amount_2 { get; set; }
|
||||
public decimal? total_amount_all { get; set; }
|
||||
public List<service_fee_detail> data { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class service_fee_detail
|
||||
{
|
||||
public string agency { get; set; }
|
||||
public string list { get; set; }
|
||||
public decimal? wage_rate_science { get; set; }
|
||||
public decimal? wage_rate_social { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
71
Models/budget/summary_excess_tuitionfee.cs
Normal file
71
Models/budget/summary_excess_tuitionfee.cs
Normal file
@@ -0,0 +1,71 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class summary_excess_tuitionfee
|
||||
{
|
||||
public string academic_year_name_th1 { get; set; }
|
||||
public string academic_year_name_th2 { get; set; }
|
||||
public string academic_semester_name_th1 { get; set; }
|
||||
public string academic_semester_name_th2 { get; set; }
|
||||
public List<summary_excess_tuitionfee_detail> data { get; set; }
|
||||
//public List<summary_excess_tuitionfee_detail2> data_detail { get; set; }
|
||||
|
||||
public decimal? pertype1 { get; set; }
|
||||
public decimal? teaching_hours_workload1 { get; set; }
|
||||
public decimal? tuition_rate1 { get; set; }
|
||||
public decimal? amount1 { get; set; }
|
||||
public decimal? pertype2 { get; set; }
|
||||
public decimal? teaching_hours_workload2 { get; set; }
|
||||
public decimal? tuition_rate2 { get; set; }
|
||||
public decimal? amount2 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class summary_excess_tuitionfee_detail
|
||||
{
|
||||
public string faculty { get; set; }
|
||||
public decimal? pertype1 { get; set; }
|
||||
public decimal? teaching_hours_workload1 { get; set; }
|
||||
public decimal? tuition_rate1 { get; set; }
|
||||
public decimal? amount1 { get; set; }
|
||||
public decimal? pertype2 { get; set; }
|
||||
public decimal? teaching_hours_workload2 { get; set; }
|
||||
public decimal? tuition_rate2 { get; set; }
|
||||
public decimal? amount2 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
public List<summary_excess_tuitionfee_detail2> data_detail { get; set; }
|
||||
public List<summary_excess_tuitionfee_details> data1 { get; set; }
|
||||
|
||||
|
||||
}
|
||||
public class summary_excess_tuitionfee_detail2{
|
||||
public string sub_name { get; set; }
|
||||
public decimal? pertype1 { get; set; }
|
||||
public decimal? teaching_hours_workload1 { get; set; }
|
||||
public decimal? tuition_rate1 { get; set; }
|
||||
public decimal? amount1 { get; set; }
|
||||
public decimal? pertype2 { get; set; }
|
||||
public decimal? teaching_hours_workload2 { get; set; }
|
||||
public decimal? tuition_rate2 { get; set; }
|
||||
public decimal? amount2 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
}
|
||||
public class summary_excess_tuitionfee_details
|
||||
{
|
||||
public string faculty { get; set; }
|
||||
public decimal? pertype1 { get; set; }
|
||||
public decimal? teaching_hours_workload1 { get; set; }
|
||||
public decimal? tuition_rate1 { get; set; }
|
||||
public decimal? amount1 { get; set; }
|
||||
public decimal? pertype2 { get; set; }
|
||||
public decimal? teaching_hours_workload2 { get; set; }
|
||||
public decimal? tuition_rate2 { get; set; }
|
||||
public decimal? amount2 { get; set; }
|
||||
public decimal? total_amount { get; set; }
|
||||
public string remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user