bug fixed

This commit is contained in:
kamonwan taengsuk
2022-11-02 18:11:25 +07:00
parent 6bd2a20464
commit 52b3f8c922
3 changed files with 245 additions and 28 deletions

View File

@@ -25,6 +25,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; }