张昕浩 #39

Merged
lookerZz merged 4 commits from 张昕浩 into main 2026-09-22 15:10:41 +08:00
Showing only changes of commit b034829b06 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ from schemas.common import SuccessResponse
from sqlalchemy.orm import Session
statistics_router=APIRouter(tags=['statistics'])
statistics_router=APIRouter(tags=['统计接口'])
@statistics_router.get("/students/age-over-30",response_model=SuccessResponse)