This commit is contained in:
wuaho 2021-08-30 16:29:55 +08:00
parent edab8921e5
commit a68a4fb563

View File

@ -35,6 +35,7 @@ class Report(BaseModel):
model: str
graph_size: str
sort: int = 1
modelswitch: bool=False
class EditShowReport(BaseModel):