From 093fe608fb0829d23641b8ccf952a8d4b4c9a466 Mon Sep 17 00:00:00 2001 From: test1 Date: Mon, 21 Sep 2026 11:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonProject/schema/teacher_schema.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PythonProject/schema/teacher_schema.py b/PythonProject/schema/teacher_schema.py index 55963d9..f8accfa 100644 --- a/PythonProject/schema/teacher_schema.py +++ b/PythonProject/schema/teacher_schema.py @@ -17,6 +17,8 @@ class Teacher_ResponseModel(BaseModel): code:int=200 detail:str='OK!' teac_name:str + totals:int=0 +