wip: first working version

This commit is contained in:
Björn Fromme
2024-11-21 18:38:41 +01:00
parent d4c4e69d09
commit bd13ae6537
24 changed files with 590 additions and 319 deletions
+2
View File
@@ -5,6 +5,8 @@ namespace App\BusProNet\Model;
class Room
{
public ?int $id = null;
public ?string $category = null;
public ?int $boardId = null;
public ?string $code = null;
public ?string $label = null;
public ?\DateTimeImmutable $dateFrom = null;