wip(semantic):调整模板文件内容

This commit is contained in:
zhengxinonly
2021-09-09 02:49:55 +08:00
parent 7505e4552b
commit 733286b090
25 changed files with 567 additions and 645 deletions
+1
View File
@@ -19,6 +19,7 @@ class Departments(Resource):
"status": {"code": 200, "message": "默认"},
"data": marshal(dept_data, dept_fields)
}
print(dept_data)
return jsonify(res)
@authorize("admin:dept:add", log=True)