This commit is contained in:
maruizhi
2026-09-21 17:47:50 +08:00
parent f97b46961a
commit 87e6083295
5 changed files with 87 additions and 13 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ def get_emp_info2(class_id: int,db=Depends(get_db)):
@app.post('employment/students/{stu_id}')
def create_emp_info(stu_id: int,db=Depends(get_db)):
pass