This commit is contained in:
maruizhi
2026-09-22 14:36:43 +08:00
parent 14e792885a
commit bf44ac9450
4 changed files with 34 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from fastapi import APIRouter,HTTPException
from fastapi import APIRouter,HTTPException,Depends
from dao.student_dao import *
from schema.student_schema import *
from util.database import get_db