fixed zero to 0

This commit is contained in:
kamonwan taengsuk
2023-08-03 11:49:45 +07:00
parent d184ba62bb
commit 6c2b784439
98 changed files with 4434 additions and 39 deletions

View File

@@ -58,6 +58,7 @@ namespace rmutr_report.Models
public string list { get; set; }
public string date_range { get; set; }
public decimal? amount { get; set; }
public string amounts { get; set; }
public string free_text { get; set; }
public List<notation2> notations_detail { get; set; }