From a5842bfd5098a727c7e0315cf620be7a1a38c3a4 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 19 Oct 2022 15:33:26 +0700 Subject: [PATCH] editd --- Models/summary_building_construction.cs | 6 +++--- wwwroot/reports/summary_building_constructions.frx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 - - - + + +