This commit is contained in:
msj
2026-09-22 17:20:17 +08:00
parent de67f868cb
commit 4849e73771
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -99,4 +99,10 @@ class StuPageResponse(BaseModel):
totals: int
data: List[StugetResponse]
class StudelResponse(BaseModel):
code: int = 200
detail: str = "ok"
totals: int