默认排序

This commit is contained in:
wuaho 2021-08-05 15:47:29 +08:00
parent 314fe4d0fa
commit bf61a4d8d1

View File

@ -34,7 +34,7 @@ class Report(BaseModel):
graph_type: str
model: str
graph_size: str
sort: int
sort: int = 1
class EditShowReport(BaseModel):