change type data
This commit is contained in:
@@ -24,7 +24,7 @@ namespace rmutr_report.Models
|
|||||||
//public int? row { get; set; }
|
//public int? row { get; set; }
|
||||||
public string name { get; set; }
|
public string name { get; set; }
|
||||||
public string unit { 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_person { get; set; }
|
||||||
public string responsible_work { get; set; }
|
public string responsible_work { get; set; }
|
||||||
public string collector { get; set; }
|
public string collector { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user