This commit is contained in:
kamonwan taengsuk
2023-04-05 10:57:31 +07:00
parent 2152669a56
commit b93ad1e66a
2 changed files with 19 additions and 23 deletions

View File

@@ -100,7 +100,7 @@ namespace rmutr_report.Models
}
public class specification_datas
{
public string specification { get; set; }
public string list { get; set; }
public string quantity { get; set; }
public decimal? unit_price { get; set; }
public decimal? amount { get; set; }