From 627864b03d3e634fc0456485a250829569b2e5a6 Mon Sep 17 00:00:00 2001 From: test1 Date: Mon, 21 Sep 2026 11:26:13 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonProject/schema/teacher_schema.py | 4 ++++ 需求文档.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PythonProject/schema/teacher_schema.py b/PythonProject/schema/teacher_schema.py index 221bd85..55963d9 100644 --- a/PythonProject/schema/teacher_schema.py +++ b/PythonProject/schema/teacher_schema.py @@ -13,6 +13,10 @@ class Teacher_RequestModel(BaseModel): create_date:datetime update_date:datetime +class Teacher_ResponseModel(BaseModel): + code:int=200 + detail:str='OK!' + teac_name:str diff --git a/需求文档.md b/需求文档.md index 3d1bfa5..4dfb0c5 100644 --- a/需求文档.md +++ b/需求文档.md @@ -47,10 +47,10 @@ dao层(每一个功能就是一个函数,判断能否功能复用) 实现删除班级的功能 **xxx 做成中** 老师模块 -实现增加老师的功能 **xxx 做完了** -实现查询老师的功能 **xxx 做完了** -实现更新老师的功能 **xxx 做完了** -实现删除老师的功能 **xxx 做完了** +实现增加老师的功能 **sgt 做完了** +实现查询老师的功能 **sgt 做完了** +实现更新老师的功能 **sgt 做完了** +实现删除老师的功能 **sgt 做完了** 统计分析模块 实现根据年龄查询学生信息的功能 **mrz 已作成** From 959efb1e9519e8456e63ffeb90f84a0a58aab203 Mon Sep 17 00:00:00 2001 From: wolin_chenyulin001 <123@163.com> Date: Mon, 21 Sep 2026 11:26:28 +0800 Subject: [PATCH 2/3] =?UTF-8?q?cyl=E5=B7=B2=E9=80=89=E5=8F=96=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=9D=BF=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 需求文档.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/需求文档.md b/需求文档.md index 3d1bfa5..191ba4e 100644 --- a/需求文档.md +++ b/需求文档.md @@ -9,7 +9,7 @@ wl_student(学⽣编号、学⽣班级、学⽣姓名、年龄、性别、籍 学⽣考核成绩表 **hzl 做完了** wl_score(学⽣编号、考核序次、成绩、删除状态(0:已删除,1:初始值)、作成时间、更新时间) -学⽣就业管理模表 **cyl 做成中** +学⽣就业管理模表 **cyl 做完了** wl_employment(学⽣编号、就业开放时间(只有进入就业课的才会输入数据)、offer下发时间()、就业公司名称、就业薪资、删除状态(0:已删除,1:初始值)、作成时间、更新时间) 班级管理表 **xxx 做成中** @@ -35,10 +35,10 @@ dao层(每一个功能就是一个函数,判断能否功能复用) 实现删除成绩的功能 **hzl 做成中** 就业模块 -实现增加学生就业信息的功能 **xxx 做成中** -实现查询学生就业信息的功能 **xxx 做成中** -实现修改学生就业信息的功能 **xxx 做成中** -实现删除学生就业信息的功能 **xxx 做成中** +实现增加学生就业信息的功能 **cyl 做成中** +实现查询学生就业信息的功能 **cyl 做成中** +实现修改学生就业信息的功能 **cyl 做成中** +实现删除学生就业信息的功能 **cyl 做成中** 班级模块 实现增加班级的功能 **xxx 做成中** From 093fe608fb0829d23641b8ccf952a8d4b4c9a466 Mon Sep 17 00:00:00 2001 From: test1 Date: Mon, 21 Sep 2026 11:32:27 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=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 +