update excel file
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user