feat: show room pricing details

This commit is contained in:
Björn Fromme
2025-09-30 16:47:17 +02:00
parent 009eabd09c
commit 71b42786f7
5 changed files with 17 additions and 9 deletions
+2
View File
@@ -11,6 +11,8 @@ class RoomSelectionDto
public ?string $roomLabel = null;
public ?float $roomPrice = null;
public ?int $quantity = null;
public int $maxQuantity = 100;