Commit 6c7f4cce by 阮思源

忽略

parent 09102442
...@@ -389,7 +389,6 @@ public interface BookGroupFacade { ...@@ -389,7 +389,6 @@ public interface BookGroupFacade {
@RequestParam(value = "currentPage", required = true) Integer currentPage, @RequestParam(value = "currentPage", required = true) Integer currentPage,
@RequestParam(value = "numPerPage", required = true) Integer numPerPage) throws BizException, PermissionException; @RequestParam(value = "numPerPage", required = true) Integer numPerPage) throws BizException, PermissionException;
@ApiOperation("批量新增资源配置") @ApiOperation("批量新增资源配置")
@PostMapping("batchAddBookGroupServe") @PostMapping("batchAddBookGroupServe")
ResponseDto<?> batchAddBookGroupServe( ResponseDto<?> batchAddBookGroupServe(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment