This commit is contained in:
@@ -85,60 +85,69 @@ namespace rmutr_report.Models
|
||||
{
|
||||
public string activity_table { get; set; }
|
||||
public List<tenth2_datas_details> tenths2 { get; set; }
|
||||
}
|
||||
|
||||
public class tenth2_datas_details
|
||||
{
|
||||
public decimal? salaya_executive { get; set; }
|
||||
public decimal? bophitphimuk_executive { get; set; }
|
||||
public decimal? pohchang_executive { get; set; }
|
||||
public decimal? klai_kangwon_executive { get; set; }
|
||||
public decimal? salaya_teacher { get; set; }
|
||||
public decimal? bophitphimuk_teacher { get; set; }
|
||||
public decimal? pohchang_teacher { get; set; }
|
||||
public decimal? klai_kangwon_teacher { get; set; }
|
||||
public decimal? salaya_officer { get; set; }
|
||||
public decimal? bophitphimuk_officer { get; set; }
|
||||
public decimal? pohchang_officer { get; set; }
|
||||
public decimal? klai_kangwon_officer { get; set; }
|
||||
public decimal? salaya_internal_student { get; set; }
|
||||
public decimal? bophitphimuk_internal_student { get; set; }
|
||||
public decimal? pohchang_internal_student { get; set; }
|
||||
public decimal? klai_kangwon_internal_student { get; set; }
|
||||
public decimal? salaya_external_student { get; set; }
|
||||
public decimal? bophitphimuk_external_student { get; set; }
|
||||
public decimal? pohchang_external_student { get; set; }
|
||||
public decimal? klai_kangwon_external_student { get; set; }
|
||||
public decimal? salaya_person { get; set; }
|
||||
public decimal? bophitphimuk_person { get; set; }
|
||||
public decimal? pohchang_person { get; set; }
|
||||
public decimal? klai_kangwon_person { get; set; }
|
||||
public decimal? salaya_lecturer { get; set; }
|
||||
public decimal? bophitphimuk_lecturer { get; set; }
|
||||
public decimal? pohchang_lecturer { get; set; }
|
||||
public decimal? klai_kangwon_lecturer { get; set; }
|
||||
|
||||
public decimal? salaya_board { get; set; }
|
||||
public decimal? bophitphimuk_board { get; set; }
|
||||
public decimal? pohchang_board { get; set; }
|
||||
public decimal? klai_kangwon_board { get; set; }
|
||||
|
||||
public decimal? salaya_driver { get; set; }
|
||||
public decimal? bophitphimuk_driver { get; set; }
|
||||
public decimal? pohchang_driver { get; set; }
|
||||
public decimal? klai_kangwon_driver { get; set; }
|
||||
|
||||
public decimal? salaya_other { get; set; }
|
||||
public decimal? bophitphimuk_other { get; set; }
|
||||
public decimal? pohchang_other { get; set; }
|
||||
public decimal? klai_kangwon_other { get; set; }
|
||||
|
||||
public decimal? salaya_total { get; set; }
|
||||
public decimal? bophitphimuk_total { get; set; }
|
||||
public decimal? pohchang_total { get; set; }
|
||||
public decimal? klai_kangwon_total { get; set; }
|
||||
}
|
||||
|
||||
public class tenth2_datas_details
|
||||
{
|
||||
public string target_group { get; set; }
|
||||
public decimal? salaya { get; set; }
|
||||
public decimal? bophitphimuk{ get; set; }
|
||||
public decimal? pohchang{ get; set; }
|
||||
public decimal? klai_kangwon{ get; set; }
|
||||
// public decimal? salaya_executive { get; set; }
|
||||
// public decimal? bophitphimuk_executive { get; set; }
|
||||
// public decimal? pohchang_executive { get; set; }
|
||||
// public decimal? klai_kangwon_executive { get; set; }
|
||||
// public decimal? salaya_teacher { get; set; }
|
||||
// public decimal? bophitphimuk_teacher { get; set; }
|
||||
// public decimal? pohchang_teacher { get; set; }
|
||||
// public decimal? klai_kangwon_teacher { get; set; }
|
||||
// public decimal? salaya_officer { get; set; }
|
||||
// public decimal? bophitphimuk_officer { get; set; }
|
||||
// public decimal? pohchang_officer { get; set; }
|
||||
// public decimal? klai_kangwon_officer { get; set; }
|
||||
// public decimal? salaya_internal_student { get; set; }
|
||||
// public decimal? bophitphimuk_internal_student { get; set; }
|
||||
// public decimal? pohchang_internal_student { get; set; }
|
||||
// public decimal? klai_kangwon_internal_student { get; set; }
|
||||
// public decimal? salaya_external_student { get; set; }
|
||||
// public decimal? bophitphimuk_external_student { get; set; }
|
||||
// public decimal? pohchang_external_student { get; set; }
|
||||
// public decimal? klai_kangwon_external_student { get; set; }
|
||||
// public decimal? salaya_person { get; set; }
|
||||
// public decimal? bophitphimuk_person { get; set; }
|
||||
// public decimal? pohchang_person { get; set; }
|
||||
// public decimal? klai_kangwon_person { get; set; }
|
||||
// public decimal? salaya_lecturer { get; set; }
|
||||
// public decimal? bophitphimuk_lecturer { get; set; }
|
||||
// public decimal? pohchang_lecturer { get; set; }
|
||||
// public decimal? klai_kangwon_lecturer { get; set; }
|
||||
//
|
||||
// public decimal? salaya_board { get; set; }
|
||||
// public decimal? bophitphimuk_board { get; set; }
|
||||
// public decimal? pohchang_board { get; set; }
|
||||
// public decimal? klai_kangwon_board { get; set; }
|
||||
//
|
||||
// public decimal? salaya_driver { get; set; }
|
||||
// public decimal? bophitphimuk_driver { get; set; }
|
||||
// public decimal? pohchang_driver { get; set; }
|
||||
// public decimal? klai_kangwon_driver { get; set; }
|
||||
//
|
||||
// public decimal? salaya_other { get; set; }
|
||||
// public decimal? bophitphimuk_other { get; set; }
|
||||
// public decimal? pohchang_other { get; set; }
|
||||
// public decimal? klai_kangwon_other { get; set; }
|
||||
//
|
||||
// public decimal? salaya_total { get; set; }
|
||||
// public decimal? bophitphimuk_total { get; set; }
|
||||
// public decimal? pohchang_total { get; set; }
|
||||
// public decimal? klai_kangwon_total { get; set; }
|
||||
}
|
||||
|
||||
public class operating_activities
|
||||
{
|
||||
public string activity { get; set; }
|
||||
@@ -146,18 +155,19 @@ namespace rmutr_report.Models
|
||||
|
||||
public class output_datas
|
||||
{
|
||||
public string kpi_name { get; set; }
|
||||
public string quantity_kpi { get; set; }
|
||||
public string quantity_target { get; set; }
|
||||
public string quantity_measure { get; set; }
|
||||
public string quality_kpi { get; set; }
|
||||
public string quality_target { get; set; }
|
||||
public string quality_measure { get; set; }
|
||||
public string time_kpi { get; set; }
|
||||
public string time_target { get; set; }
|
||||
public string time_measure { get; set; }
|
||||
public string cost_kpi { get; set; }
|
||||
public string cost_target { get; set; }
|
||||
public string cost_measure { get; set; }
|
||||
// public string quality_kpi { get; set; }
|
||||
// public string quality_target { get; set; }
|
||||
// public string quality_measure { get; set; }
|
||||
// public string time_kpi { get; set; }
|
||||
// public string time_target { get; set; }
|
||||
// public string time_measure { get; set; }
|
||||
// public string cost_kpi { get; set; }
|
||||
// public string cost_target { get; set; }
|
||||
// public string cost_measure { get; set; }
|
||||
}
|
||||
|
||||
public class thirteen_data
|
||||
|
||||
Reference in New Issue
Block a user