update excel file

This commit is contained in:
kamonwan taengsuk
2022-10-28 11:27:25 +07:00
parent 4a2e9731cd
commit 2758ea46c3
6 changed files with 16381 additions and 236 deletions

View File

@@ -14,7 +14,7 @@ namespace rmutr_report.Models
{
public string header_1 { get; set; }
public string header_2 { get; set; }
public string header_3 { get; set; }
//public string header_3 { get; set; }
public List<kpi_data_details> data { get; set; }
}

View File

@@ -19,7 +19,7 @@ namespace rmutr_report.Models
public class summary_building_construction_detail
{
public int? no { get; set; }
//public int? no { get; set; }
public string list { get; set; }
public decimal? total { get; set; }
public string lesser { get; set; }

View File

@@ -15,7 +15,7 @@ namespace rmutr_report.Models
public class summary_of_equipment_five_year_detail
{
public int? no { get; set; }
//public int? no { get; set; }
public string list { get; set; }
public string type_1 { get; set; }
public string type_2 { get; set; }