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

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

View File

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