提交 f3bd7fd5 authored 作者: 黄夏豪's avatar 黄夏豪

[工作流模块] 补充Swagger的tag

上级 01e08903
......@@ -27,7 +27,7 @@ import java.io.FileNotFoundException;
* @Author: zsp
*/
@RestController
@Api("流程管理接口")
@Api(tags = "流程管理接口")
@RequestMapping("/flowsInfo")
public class FlowsInfoController {
......
......@@ -26,7 +26,7 @@ import java.util.List;
*/
@RestController()
@RequestMapping("/formPage")
@Api("页面管理接口")
@Api(tags = "页面管理接口")
public class FormPageController {
@Autowired
......
......@@ -22,7 +22,7 @@ import java.util.Map;
*
* @Author: zsp
*/
@Api("工作流管理接口")
@Api(tags = "工作流管理接口")
@RestController
@RequestMapping("/workFlow")
public class WorkFlowController {
......
......@@ -63,7 +63,6 @@ public class ProcessEndListener extends AbstractFlowableEngineEventListener {
getApiInvokeParam(variableInfo);
}
}
// throw new ApiException("强行报错");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论