Actualiser PyroFetes/DTO/Material/Response/GetMaterialDto.cs

This commit is contained in:
2025-10-08 16:55:00 +02:00
parent f3ed82f4a4
commit f155d03559

View File

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