Added TELL spreadsheet template

This commit is contained in:
GotthardG
2024-11-06 16:54:34 +01:00
parent 3cf9c669b9
commit eed50aa942
4 changed files with 27 additions and 6 deletions

View File

@ -260,4 +260,11 @@ class SpreadsheetModel(BaseModel):
return v
class TELLModel(SpreadsheetModel):
pass # Extend the SpreadsheetModel with TELL-specific fields if needed
input_order: int
samplemountcount: int = 0
samplestatus: str = "not present"
puckaddress: str = "---"
username: str
puck_number: int
prefix: Optional[str]
folder: Optional[str]