Actualiser PyroFetes/Models/Truck.cs

This commit is contained in:
2025-10-02 15:01:46 +02:00
parent 2bbb6c6e78
commit 788ad93327

View File

@@ -12,10 +12,10 @@ public class Truck
[Range(0, double.MaxValue)]
public double? MaxExplosiveCapacity { get; set; }
[MaxLength(80)]
[Required, MaxLength(80)]
public string? Sizes { get; set; }
[MaxLength(40)]
[Required, MaxLength(40)]
public string? Statut { get; set; }
[Required]