This commit is contained in:
maruizhi
2026-09-22 12:21:39 +08:00
parent 5a85014b64
commit e57476f741
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
from fastapi import APIRouter,Depends,Query
from dao.statistics_dao import *
from schema.statistics_schema import *
from schema.student_schema import *
from util.database import get_db
StatisticsAPI = APIRouter(tags=['统计分析模块'])