Merge branch 'wsc' into 'main'

changes

See merge request pengsen/rating_process!2
This commit is contained in:
王思川 2022-11-19 03:58:39 +00:00
commit eecb94cde0
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,11 @@ def func(schema):
pass
@router.post("/import/index_score", summary="导入定性定量得分", tags=["评级节点"])
def func(schema):
pass
@router.post("/import/adjust_factors", summary="导入调整因素", tags=["评级节点"])
def func(schema):
pass