fixed bug with logistics

This commit is contained in:
GotthardG
2024-12-11 10:10:43 +01:00
parent 5488df4318
commit 9160339961
14 changed files with 4497 additions and 5 deletions

View File

@ -290,7 +290,7 @@ class LogisticsEventCreate(BaseModel):
transaction_type: str
class SlotSchema(BaseModel):
id: str
id: int
qr_code: str
label: str
qr_base: Optional[str]