This commit is contained in:
kamonwan taengsuk
2023-04-20 17:39:49 +07:00
parent f0c0c4f8d5
commit 69835f6def
8 changed files with 1733 additions and 23 deletions

View File

@@ -17,17 +17,17 @@ namespace rmutr_report.Models
public string set_request_year { get; set; }
public List<operating_expenses_details>operating_expenses{ 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; }