1.teacher dao

2.teacher  api
This commit is contained in:
2026-09-21 22:00:46 +08:00
parent 946d4f0b84
commit a602dc9de1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from dao.teacher import (
router = APIRouter(prefix="/teacher", tags=["老师管理模块"])
#===========================老师表===============================
#============================老师表===============================
@router.get("/list", response_model=List[TeacherOut])
def api_get_teacher_list(db: Session = Depends(get_db)):
"""