bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-10-26 19:09:00 +07:00
parent 8692fa50e6
commit e4dd5d42e7
8 changed files with 47 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ namespace rmutr_report.Models
public string car_number { get; set; }
public decimal? amount { get; set; }
public decimal? car_act { get; set; }
public string month { get; set; }
public int? month { get; set; }
public string month_th { get; set; }
public decimal? total_amount { get; set; }
}
}