added more informations in the slot summary

This commit is contained in:
GotthardG
2024-11-28 12:24:57 +01:00
parent 8208a7c4ec
commit 7d5e86932d
2 changed files with 13 additions and 0 deletions

View File

@ -289,6 +289,9 @@ class SlotSchema(BaseModel):
time_until_refill: Optional[int]
at_beamline: Optional[bool]
beamlineLocation: Optional[str]
shipment_name: Optional[str]
contact_person: Optional[str]
local_contact: Optional[str]
class Config:
from_attributes = True