From 386e2ff1c64ad6567aa7d19756e2f6992e5a436c Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Fri, 17 Feb 2023 15:22:34 +0700 Subject: [PATCH] change data type --- Models/budget/summary_of_equipment_five_year.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/budget/summary_of_equipment_five_year.cs b/Models/budget/summary_of_equipment_five_year.cs index 345eb04..2089c21 100644 --- a/Models/budget/summary_of_equipment_five_year.cs +++ b/Models/budget/summary_of_equipment_five_year.cs @@ -28,7 +28,7 @@ namespace rmutr_report.Models public decimal? price_3 { get; set; } public decimal? price_4 { get; set; } public decimal? price_5 { get; set; } - public decimal? amount { get; set; } + public string amount { get; set; } public string company { get; set; } public string description { get; set; } }