fangyuan
2022-11-25 104e1d46fb86cb5b5a1aa3cbd8934b15c43fa206
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