88 lines
3.9 KiB
C#
88 lines
3.9 KiB
C#
using System.Collections.Generic;
|
|
|
|
namespace rmutr_report.Models.RoThree
|
|
{
|
|
public class teaching_fee_ro_three
|
|
{
|
|
public string budget_year_1 { get; set; }
|
|
public string date_range_1 { get; set; }
|
|
public string product_1 { get; set; }
|
|
public string semester_1 { get; set; }
|
|
public string academic_year_1 { get; set; }
|
|
public string agency_name_th_1 { get; set; }
|
|
public string sector_1 { get; set; }
|
|
public string disbursement_result_year_1 { get; set; }
|
|
public string disbursement_result_semester_1 { get; set; }
|
|
|
|
public List<teaching_fee_ro_three_data_1> data_1 { get; set; }
|
|
//
|
|
public decimal? table_1_ba_1 { get; set; }
|
|
public decimal? table_1_ma_1 { get; set; }
|
|
public decimal? table_1_ba_2 { get; set; }
|
|
public decimal? table_1_ma_2 { get; set; }
|
|
public decimal? table_1_ba_3 { get; set; }
|
|
public decimal? table_1_ma_3 { get; set; }
|
|
public decimal? table_1_teaching_fee_1 { get; set; }
|
|
public decimal? table_1_teaching_fee_2 { get; set; }
|
|
public decimal? table_1_total { get; set; }
|
|
|
|
public string budget_year_2 { get; set; }
|
|
public string date_range_2 { get; set; }
|
|
public string product_2 { get; set; }
|
|
public string semester_2 { get; set; }
|
|
public string academic_year_2 { get; set; }
|
|
public string agency_name_th_2 { get; set; }
|
|
public string sector_2 { get; set; }
|
|
public string disbursement_result_year_2 { get; set; }
|
|
public string disbursement_result_semester_2 { get; set; }
|
|
public List<teaching_fee_ro_three_data_1> data_2 { get; set; }
|
|
//
|
|
public decimal? table_2_ba_1 { get; set; }
|
|
public decimal? table_2_ma_1 { get; set; }
|
|
public decimal? table_2_ba_2 { get; set; }
|
|
public decimal? table_2_ma_2 { get; set; }
|
|
public decimal? table_2_ba_3 { get; set; }
|
|
public decimal? table_2_ma_3 { get; set; }
|
|
public decimal? table_2_teaching_fee_1 { get; set; }
|
|
public decimal? table_2_teaching_fee_2 { get; set; }
|
|
public decimal? table_2_total { get; set; }
|
|
|
|
public string budget_year_3 { get; set; }
|
|
public string date_range_3 { get; set; }
|
|
public string product_3 { get; set; }
|
|
public string semester_3 { get; set; }
|
|
public string academic_year_3 { get; set; }
|
|
public string agency_name_th_3 { get; set; }
|
|
public string sector_3 { get; set; }
|
|
public string disbursement_result_year_3 { get; set; }
|
|
public string disbursement_result_semester_3 { get; set; }
|
|
public List<teaching_fee_ro_three_data_1> data_3 { get; set; }
|
|
//
|
|
public decimal? table_3_ba_1 { get; set; }
|
|
public decimal? table_3_ma_1 { get; set; }
|
|
public decimal? table_3_ba_2 { get; set; }
|
|
public decimal? table_3_ma_2 { get; set; }
|
|
public decimal? table_3_ba_3 { get; set; }
|
|
public decimal? table_3_ma_3 { get; set; }
|
|
public decimal? table_3_teaching_fee_1 { get; set; }
|
|
public decimal? table_3_teaching_fee_2 { get; set; }
|
|
public decimal? table_3_total { get; set; }
|
|
|
|
}
|
|
|
|
public class teaching_fee_ro_three_data_1
|
|
{
|
|
public string display_name { get; set; }
|
|
public string position { get; set; }
|
|
public decimal? disbursement_result { get; set; }
|
|
public decimal? number_of_hours_ba_1 { get; set; }
|
|
public decimal? number_of_hours_ma_1 { get; set; }
|
|
public decimal? number_of_hours_ba_2 { get; set; }
|
|
public decimal? number_of_hours_ma_2 { get; set; }
|
|
public decimal? number_of_hours_ba_3 { get; set; }
|
|
public decimal? number_of_hours_ma_3 { get; set; }
|
|
public decimal? excess_teaching_fee_1 { get; set; }
|
|
public decimal? excess_teaching_fee_2 { get; set; }
|
|
public decimal? total { get; set; }
|
|
}
|
|
} |