update
This commit is contained in:
@@ -15,19 +15,19 @@ namespace rmutr_report.Models
|
||||
public decimal? total_budget { get; set; }
|
||||
public string product { get; set; }
|
||||
public string set_request_year { get; set; }
|
||||
public List<operating_expenses_details>operating_expenses{ get; set; }
|
||||
public List<group_headers2> group_header { get; set; }
|
||||
public string durable_articles_year { get; set; }
|
||||
//public string durable_articles_product { get; set; }
|
||||
public string durable_articles_product { get; set; }
|
||||
public List<durable_articles_headers> durable_articles_header { get; set; }
|
||||
public string building_year { get; set; }
|
||||
//public string building_product { get; set; }
|
||||
public string building_product { get; set; }
|
||||
public List<building_headers1> building_header_1 { get; set; }
|
||||
public List<building_headers2> building_header_2 { get; set; }
|
||||
public string research_support_year { get; set; }
|
||||
//public string research_support_product { get; set; }
|
||||
public string research_support_product { get; set; }
|
||||
public List<operating_expenses_details>research_support{ get; set; }
|
||||
public string subsidy_service_year { get; set; }
|
||||
//public string subsidy_service_product { get; set; }
|
||||
public string subsidy_service_product { get; set; }
|
||||
public List<subsidy_service_headers> subsidy_service_header { get; set; }
|
||||
public string subsidy_science_year { get; set; }
|
||||
public List<subsidy_science_headers> subsidy_science_header { get; set; }
|
||||
@@ -41,13 +41,66 @@ namespace rmutr_report.Models
|
||||
public List<subsidy_service_headers> subsidy_budget_project_header { get; set; }
|
||||
public string integrated_plan_name { get; set; }
|
||||
public string integrated_plan_year { get; set; }
|
||||
public List<subsidy_science_headers_detail>integrated_plan{ get; set; }
|
||||
//public List<subsidy_science_headers> integrated_plan_header { get; set; }
|
||||
public string strategic_plan_name { get; set; }
|
||||
public string strategic_plan_year { get; set; }
|
||||
//public List<subsidy_science_headers> strategic_plan_header { get; set; }
|
||||
public List<subsidy_science_headers_detail>integrated_plan{ get; set; }
|
||||
public List<subsidy_science_headers_detail>strategic_plan{ get; set; }
|
||||
}
|
||||
public class group_headers2
|
||||
{
|
||||
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_proposal2> header { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposal2
|
||||
{
|
||||
public string rowno { get; set; }
|
||||
public string header { get; set; }
|
||||
public decimal? budget_amount { get; set; }
|
||||
public List<expenditure_budget_proposals2> data_proposals { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposals2
|
||||
{
|
||||
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_proposals3> data_sub_proposals { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class expenditure_budget_proposals3
|
||||
{
|
||||
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 class budget_summary_report_detail
|
||||
{
|
||||
public string product { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user