models + fix DTO

This commit is contained in:
2025-10-02 17:21:25 +02:00
parent 29b9520193
commit 52066ccdc2
14 changed files with 168 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
public class CreateTruckDto
{
public string? Type { get; set; }
public string? MaxExplosiveCapacity { get; set; }
public double? MaxExplosiveCapacity { get; set; }
public string? Sizes { get; set; }
public bool? Statut { get; set; }
public int? ShowId { get; set; }