完成推理模块的主体功能

This commit is contained in:
2025-03-04 17:04:37 +08:00
parent 4262d3e908
commit fa6c344e84
9 changed files with 325 additions and 21 deletions

View File

@ -32,7 +32,7 @@ def get_type_list(session: Session = Depends(get_db)):
@project.post("/list")
def project_pager(info: ProjectInfoPager, session: Session = Depends(get_db)):
"""
项目列表
:param info:
:param session:
:return: