models + fix DTO
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user