| | |
| | | /** |
| | | * 设备权限分享表 删除 |
| | | */ |
| | | // @PostMapping("/remove") |
| | | // @ApiOperationSupport(order = 7) |
| | | // @ApiOperation(value = "逻辑删除", notes = "传入ids") |
| | | // public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
| | | // return R.status(fwDevicePerShareService.deleteLogic(Func.toLongList(ids))); |
| | | // } |
| | | @PostMapping("/remove") |
| | | @ApiOperationSupport(order = 7) |
| | | @ApiOperation(value = "逻辑删除", notes = "传入ids") |
| | | public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
| | | return R.status(fwDevicePerShareService.deleteLogic(Func.toLongList(ids))); |
| | | } |
| | | |
| | | } |