bug fixed

This commit is contained in:
kamonwan taengsuk
2022-10-14 13:32:49 +07:00
parent bb298508bb
commit 1e0edf18fe
2 changed files with 29 additions and 27 deletions

View File

@@ -21,6 +21,7 @@ namespace rmutr_report.Models
public string type_2 { get; set; }
public string type_3 { get; set; }
public string unit { get; set; }
public int? quantity { get; set; }
public decimal? unit_price { get; set; }
public decimal? price_1 { get; set; }
public decimal? price_2 { get; set; }