Actualiser PyroFetes/DTO/Material/Request/UpdateMaterialDto.cs

This commit is contained in:
2025-10-08 16:54:31 +02:00
parent 22275b63f2
commit f3ed82f4a4

View File

@@ -5,4 +5,6 @@ public class UpdateMaterialDto
public int Id { get; set; }
public string? Label { get; set; }
public int Quantity { get; set; }
public int WarehouseId {get; set;}
}