bug fixed

This commit is contained in:
kamonwan taengsuk
2022-10-28 12:02:19 +07:00
parent 2758ea46c3
commit 8a5c27d6ae
3 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ namespace rmutr_report.Models
public class kpi_data_details
{
public int? row { get; set; }
//public int? row { get; set; }
public string name { get; set; }
public string unit { get; set; }
public int? value { get; set; }