This commit is contained in:
maruizhi
2026-09-22 12:16:28 +08:00
parent 5a39567f47
commit 7eb33e633b
7 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from schema.student_schema import *
from util.database import get_db
StudentAPI = APIRouter(tags=['学⽣基本信息管理模块'])
StudentAPI = APIRouter(tags=['学生基本信息管理模块'])
@StudentAPI.get('/students',response_model=StudentPageResponse,summary='学生信息查询接口',description='查询学生信息')
def get_students(stu_id:int|None=None