bug fixed

This commit is contained in:
kamonwan taengsuk
2023-03-28 11:36:58 +07:00
parent 5eb8dc39c2
commit 38ca1f6581

View File

@@ -202,7 +202,7 @@ namespace rmutr_report.Models
{ {
public string list { get; set; } public string list { get; set; }
public decimal? amount1 { get; set; } public decimal? amount1 { get; set; }
public string vat { get; set; } public decimal? vat { get; set; }
public decimal? amount2 { get; set; } public decimal? amount2 { get; set; }
public string note { get; set; } public string note { get; set; }
} }