v1.7版本更新

This commit is contained in:
2026-05-21 20:15:56 +08:00
parent 74a71ddaf5
commit cb0c367eb7
54 changed files with 2292 additions and 1785 deletions

View File

@@ -21,6 +21,7 @@ class StudentInfo(BaseModel):
name: str
total_points: int
parent_phone: Optional[str] = None
dormitory_number: Optional[str] = None
status: int