added sample tracker on the frontend
This commit is contained in:
@ -137,6 +137,7 @@ class Sample(BaseModel):
|
||||
puck_id: int
|
||||
crystalname: Optional[str] = Field(None)
|
||||
positioninpuck: Optional[int] = Field(None)
|
||||
events: List[SampleEventCreate] = []
|
||||
|
||||
|
||||
class SampleCreate(BaseModel):
|
||||
|
Reference in New Issue
Block a user