From 38ca1f65818e0907b32f61121667077e87b5b397 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Tue, 28 Mar 2023 11:36:58 +0700 Subject: [PATCH] bug fixed --- Models/budget/building_four.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/budget/building_four.cs b/Models/budget/building_four.cs index 55618f2..47e873e 100644 --- a/Models/budget/building_four.cs +++ b/Models/budget/building_four.cs @@ -202,7 +202,7 @@ namespace rmutr_report.Models { public string list { get; set; } public decimal? amount1 { get; set; } - public string vat { get; set; } + public decimal? vat { get; set; } public decimal? amount2 { get; set; } public string note { get; set; } }