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

This commit is contained in:
kamonwan taengsuk
2024-06-17 11:32:58 +07:00
parent 3094fae4b7
commit 0a4fd17b65
17 changed files with 47 additions and 46 deletions

View File

@@ -18,6 +18,6 @@ namespace rmutr_report.Models
public string type_vehicle_transport { get; set; }
public decimal? quantity { get; set; }
public decimal? repair_rate { get; set; }
//public decimal? amount { get; set; }
public decimal? amount { get; set; }
}
}