feat: show inquiry status with rooms in step 1

This commit is contained in:
Björn Fromme
2025-12-10 15:33:13 +01:00
parent 7665385cbf
commit e8c2261b7e
5 changed files with 6 additions and 8 deletions
+2
View File
@@ -15,6 +15,8 @@ class RoomSelectionDto
public ?float $price = null;
public ?string $status = null;
public ?int $quantity = null;
public int $maxQuantity = 100;