phase 3 18 api tournament

This commit is contained in:
2026-03-06 20:03:16 +00:00
parent 94fa7c2df1
commit 90d3af253d
2 changed files with 61 additions and 3 deletions

View File

@@ -34,3 +34,12 @@ class TournamentResponse(BaseModel):
event_date: datetime
model_config = ConfigDict(from_attributes=True)
class SeatResponse(BaseModel):
id: int
sector: str
row: int
number: int
price: int
is_available: bool