change data type
This commit is contained in:
@@ -28,7 +28,7 @@ namespace rmutr_report.Models
|
|||||||
public decimal? price_3 { get; set; }
|
public decimal? price_3 { get; set; }
|
||||||
public decimal? price_4 { get; set; }
|
public decimal? price_4 { get; set; }
|
||||||
public decimal? price_5 { get; set; }
|
public decimal? price_5 { get; set; }
|
||||||
public decimal? amount { get; set; }
|
public string amount { get; set; }
|
||||||
public string company { get; set; }
|
public string company { get; set; }
|
||||||
public string description { get; set; }
|
public string description { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user