From 15f1c78dad13e68d12a1cbf733d09148d6dc5bf1 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Mon, 31 Oct 2022 14:59:57 +0700 Subject: [PATCH] change type data --- Models/kpi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/kpi.cs b/Models/kpi.cs index 2dcd8d1..2648cbf 100644 --- a/Models/kpi.cs +++ b/Models/kpi.cs @@ -24,7 +24,7 @@ namespace rmutr_report.Models //public int? row { get; set; } public string name { get; set; } public string unit { get; set; } - public int? value { get; set; } + public decimal? value { get; set; } public string responsible_person { get; set; } public string responsible_work { get; set; } public string collector { get; set; }