diff --git a/Models/summary_building_construction.cs b/Models/summary_building_construction.cs
index 10f71cd..81be137 100644
--- a/Models/summary_building_construction.cs
+++ b/Models/summary_building_construction.cs
@@ -22,9 +22,9 @@ namespace rmutr_report.Models
public int? no { get; set; }
public string list { get; set; }
public decimal? total { get; set; }
- public int? lesser { get; set; }
- public int? between { get; set; }
- public int? over { get; set; }
+ public string lesser { get; set; }
+ public string between { get; set; }
+ public string over { get; set; }
public string problem { get; set; }
public string type_1 { get; set; }
public string type_2 { get; set; }
diff --git a/wwwroot/reports/summary_building_constructions.frx b/wwwroot/reports/summary_building_constructions.frx
index 5e5042d..bfa8f63 100644
--- a/wwwroot/reports/summary_building_constructions.frx
+++ b/wwwroot/reports/summary_building_constructions.frx
@@ -44,9 +44,9 @@ namespace FastReport
-
-
-
+
+
+