add ro
This commit is contained in:
31
Models/budget/ro_eleven.cs
Normal file
31
Models/budget/ro_eleven.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class ro_eleven
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
public string date_range { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string setrevenue_year { get; set; }
|
||||
public string prepare_revenue_year { get; set; }
|
||||
public string revenue_year { get; set; }
|
||||
public List<ro_eleven_detail> data { get; set; }
|
||||
public decimal? total_amount_1 { get; set; }
|
||||
public decimal? total_amount_2 { get; set; }
|
||||
public decimal? total_amount_3 { get; set; }
|
||||
public string save_data_name { get; set; }
|
||||
public string save_data_display_name { get; set; }
|
||||
public string position { get; set; }
|
||||
public string data_date { get; set; }
|
||||
public string phone_no { get; set; }
|
||||
}
|
||||
|
||||
public class ro_eleven_detail
|
||||
{
|
||||
public string list { get; set; }
|
||||
public decimal? amount_1 { get; set; }
|
||||
public decimal? amount_2 { get; set; }
|
||||
public decimal? amount_3 { get; set; }
|
||||
}
|
||||
}
|
||||
49
Models/budget/ro_nine.cs
Normal file
49
Models/budget/ro_nine.cs
Normal file
@@ -0,0 +1,49 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class ro_nine
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
public string date_range { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
public decimal? budget_1 { get; set; }
|
||||
public decimal? budget_2 { get; set; }
|
||||
public decimal? budget_3 { get; set; }
|
||||
public decimal? budget_4 { get; set; }
|
||||
public decimal? budget_5 { get; set; }
|
||||
public List<ro_nine_detail> data { get; set; }
|
||||
public decimal? total_1 { get; set; }
|
||||
public decimal? total_2 { get; set; }
|
||||
public decimal? total_3 { get; set; }
|
||||
public decimal? total_4 { get; set; }
|
||||
public decimal? total_5 { get; set; }
|
||||
public decimal? total_6 { get; set; }
|
||||
public decimal? total_7 { get; set; }
|
||||
public decimal? total_8 { get; set; }
|
||||
public string save_data_name { get; set; }
|
||||
public string position { get; set; }
|
||||
public DateTime? data_date { get; set; }
|
||||
public string data_day { get; set; }
|
||||
public string data_month { get; set; }
|
||||
public string data_year { get; set; }
|
||||
public string phone_no { get; set; }
|
||||
}
|
||||
|
||||
public class ro_nine_detail
|
||||
{
|
||||
public string agency_name_th { get; set; }
|
||||
public string project_name_th { get; set; }
|
||||
public string contract_period { get; set; }
|
||||
public decimal? budget_received { get; set; }
|
||||
public decimal? expenses { get; set; }
|
||||
public decimal? budget_1 { get; set; }
|
||||
public decimal? budget_2 { get; set; }
|
||||
public decimal? budget_3 { get; set; }
|
||||
public decimal? budget_4 { get; set; }
|
||||
public decimal? budget_5 { get; set; }
|
||||
public decimal? total_budget { get; set; }
|
||||
}
|
||||
}
|
||||
43
Models/budget/ro_ten.cs
Normal file
43
Models/budget/ro_ten.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace rmutr_report.Models
|
||||
{
|
||||
public class ro_ten
|
||||
{
|
||||
public string budget_year { get; set; }
|
||||
public string date_range { get; set; }
|
||||
public string agency_name_th { get; set; }
|
||||
public string setrevenue_year { get; set; }
|
||||
public string prepare_revenue_year { get; set; }
|
||||
public string revenue_year { get; set; }
|
||||
public List<ro_ten_detail> data { get; set; }
|
||||
|
||||
// public decimal? total_amount_1 { get; set; }
|
||||
// public decimal? total_amount_2 { get; set; }
|
||||
// public decimal? total_amount_3 { get; set; }
|
||||
public string save_data_name { get; set; }
|
||||
public string save_data_display_name { get; set; }
|
||||
public string position { get; set; }
|
||||
public string data_date { get; set; }
|
||||
public string phone_no { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class ro_ten_detail
|
||||
{
|
||||
public string header_name { get; set; }
|
||||
public decimal? amount_1 { get; set; }
|
||||
public decimal? amount_2 { get; set; }
|
||||
public decimal? amount_3 { get; set; }
|
||||
public List<ro_ten_detail2> data_detail { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class ro_ten_detail2
|
||||
{
|
||||
public string list { get; set; }
|
||||
public decimal? amount_1 { get; set; }
|
||||
public decimal? amount_2 { get; set; }
|
||||
public decimal? amount_3 { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user