优化注释

pull/1/head
wangziyangyang 2020-04-08 08:14:34 +08:00
parent 9b1fddae83
commit 2f27604d86
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public class SpFlowController extends BaseController {
* @param req
* @return Result
*/
@ApiOperation("主数据表头分页查询")
@ApiOperation("流程信息分页查询")
@ApiImplicitParams({@ApiImplicitParam(name = "req", value = "请求参数", defaultValue = "请求参数")})
@PostMapping("/page")
@ResponseBody

View File

@ -94,7 +94,7 @@ public class SpFlowOperRelationController extends BaseController {
* @param req
* @return Result
*/
@ApiOperation("主数据表头分页查询")
@ApiOperation("流程信息分页查询")
@ApiImplicitParams({@ApiImplicitParam(name = "req", value = "请求参数", defaultValue = "请求参数")})
@PostMapping("/page")
@ResponseBody