数据库模型类名修改以及文件名修改

This commit is contained in:
maruizhi
2026-09-20 15:32:28 +08:00
parent 7f419fb8ad
commit 67e8f49c80
6 changed files with 60 additions and 11 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from fastapi import FastAPI
from api.student_api import *
app = FastAPI()
app.include_router(studentapi)