更新外键连接

This commit is contained in:
2026-09-21 12:22:26 +08:00
parent 72434a78bc
commit c45cae80c7
8 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from database import Base,engine
import model
app=FastAPI()
Base.metadata.create_all(engine)
app.include_router(CURD,tags=['就业管理系统'],prefix='/employment')
app.include_router(CURD,tags=['就业管理系统'])