remove col

This commit is contained in:
kamonwan taengsuk
2023-03-08 13:18:41 +07:00
parent ddafe4ff4f
commit d5eb8c901b
2 changed files with 72 additions and 72 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; }
}
}