119 lines
5.2 KiB
C#
119 lines
5.2 KiB
C#
using System.Collections.Generic;
|
|
|
|
namespace rmutr_report.Models
|
|
{
|
|
public class receive_government // GovernmentBudget
|
|
{
|
|
public string government_budget_year { get; set; }
|
|
//public string agency_name_th { get; set; }
|
|
public string plan { get; set; }
|
|
public string product { get; set; }
|
|
public string budget_year { get; set; }
|
|
public string month_1 { get; set; }
|
|
public string month_2 { get; set; }
|
|
public string month_3 { get; set; }
|
|
public string month_4 { get; set; }
|
|
public string month_5 { get; set; }
|
|
public string month_6 { get; set; }
|
|
public string month_7 { get; set; }
|
|
public string month_8 { get; set; }
|
|
public string month_9 { get; set; }
|
|
public string month_10 { get; set; }
|
|
public string month_11 { get; set; }
|
|
public string month_12 { get; set; }
|
|
public decimal? total_budget_1 { get; set; }
|
|
public decimal? total_budget_2 { get; set; }
|
|
public decimal? total_budget_3 { get; set; }
|
|
public decimal? total_budget_4 { get; set; }
|
|
public decimal? total_budget_5 { get; set; }
|
|
public decimal? total_budget_6 { get; set; }
|
|
public decimal? total_budget_7 { get; set; }
|
|
public decimal? total_budget_8 { get; set; }
|
|
public decimal? total_budget_9 { get; set; }
|
|
public decimal? total_budget_10 { get; set; }
|
|
public decimal? total_budget_11 { get; set; }
|
|
public decimal? total_budget_12 { get; set; }
|
|
public decimal? total_budget_13 { get; set; }
|
|
public decimal? total_budget_14 { get; set; }
|
|
public decimal? total_budget_15 { get; set; }
|
|
public decimal? total_budget_16 { get; set; }
|
|
public decimal? total_budget_17 { get; set; }
|
|
public decimal? total_budget_18 { get; set; }
|
|
public List<total_government_1> data_1 { get; set; }
|
|
}
|
|
|
|
public class total_government_1
|
|
{
|
|
//public int? is_color { get; set; }
|
|
public string list { get; set; }
|
|
public decimal? total_budget_1 { get; set; }
|
|
public decimal? total_budget_2 { get; set; }
|
|
public decimal? total_budget_3 { get; set; }
|
|
public decimal? total_budget_4 { get; set; }
|
|
public decimal? total_budget_5 { get; set; }
|
|
public decimal? total_budget_6 { get; set; }
|
|
public decimal? total_budget_7 { get; set; }
|
|
public decimal? total_budget_8 { get; set; }
|
|
public decimal? total_budget_9 { get; set; }
|
|
public decimal? total_budget_10 { get; set; }
|
|
public decimal? total_budget_11 { get; set; }
|
|
public decimal? total_budget_12 { get; set; }
|
|
public decimal? total_budget_13 { get; set; }
|
|
public decimal? total_budget_14 { get; set; }
|
|
public decimal? total_budget_15 { get; set; }
|
|
public decimal? total_budget_16 { get; set; }
|
|
public decimal? total_budget_17 { get; set; }
|
|
public decimal? total_budget_18 { get; set; }
|
|
public List<total_government_2> data_2 { get; set; }
|
|
|
|
}
|
|
|
|
public class total_government_2
|
|
{
|
|
public int? is_color { get; set; } // 1 สีฟ้า 2 สีส้ม
|
|
public string list { get; set; }
|
|
public decimal? total_budget_1 { get; set; }
|
|
public decimal? total_budget_2 { get; set; }
|
|
public decimal? total_budget_3 { get; set; }
|
|
public decimal? total_budget_4 { get; set; }
|
|
public decimal? total_budget_5 { get; set; }
|
|
public decimal? total_budget_6 { get; set; }
|
|
public decimal? total_budget_7 { get; set; }
|
|
public decimal? total_budget_8 { get; set; }
|
|
public decimal? total_budget_9 { get; set; }
|
|
public decimal? total_budget_10 { get; set; }
|
|
public decimal? total_budget_11 { get; set; }
|
|
public decimal? total_budget_12 { get; set; }
|
|
public decimal? total_budget_13 { get; set; }
|
|
public decimal? total_budget_14 { get; set; }
|
|
public decimal? total_budget_15 { get; set; }
|
|
public decimal? total_budget_16 { get; set; }
|
|
public decimal? total_budget_17 { get; set; }
|
|
public decimal? total_budget_18 { get; set; }
|
|
public List<total_government_3> data_3 { get; set; }
|
|
|
|
}
|
|
|
|
public class total_government_3
|
|
{
|
|
public string list { get; set; }
|
|
public decimal? total_budget_1 { get; set; }
|
|
public decimal? total_budget_2 { get; set; }
|
|
public decimal? total_budget_3 { get; set; }
|
|
public decimal? total_budget_4 { get; set; }
|
|
public decimal? total_budget_5 { get; set; }
|
|
public decimal? total_budget_6 { get; set; }
|
|
public decimal? total_budget_7 { get; set; }
|
|
public decimal? total_budget_8 { get; set; }
|
|
public decimal? total_budget_9 { get; set; }
|
|
public decimal? total_budget_10 { get; set; }
|
|
public decimal? total_budget_11 { get; set; }
|
|
public decimal? total_budget_12 { get; set; }
|
|
public decimal? total_budget_13 { get; set; }
|
|
public decimal? total_budget_14 { get; set; }
|
|
public decimal? total_budget_15 { get; set; }
|
|
public decimal? total_budget_16 { get; set; }
|
|
public decimal? total_budget_17 { get; set; }
|
|
public decimal? total_budget_18 { get; set; }
|
|
}
|
|
} |