ycl-platform/src/main/java/com/ycl/controller/epuipment/EquipmentBayonetController.java
@@ -65,6 +65,13 @@ return CommonResult.success(iEquipmentBayonetService.updateById(equipmentBayonet)); } @DeleteMapping("/delete/{id}") @ApiOperation("修改") @LogSave(operationType = "卡口管理", contain = "删除卡口") public CommonResult delete(@PathVariable Integer id) { return CommonResult.success(iEquipmentBayonetService.removeById(id)); } @GetMapping("/export") @ApiOperation("导出") @SneakyThrows