change data type

This commit is contained in:
kamonwan taengsuk
2023-02-17 15:22:34 +07:00
parent 13a3b199f4
commit 386e2ff1c6

View File

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