change type data

This commit is contained in:
kamonwan taengsuk
2022-10-31 14:59:57 +07:00
parent 310bf563a9
commit 15f1c78dad

View File

@@ -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; }