yuan
2026-06-26 0ac445694a8ffc0e26e54d788d889b3797edf7a0
src/main/java/com/ruoyi/measuringinstrumentledger/controller/SparePartsController.java
@@ -58,4 +58,10 @@
        return AjaxResult.success(sparePartsService.removeById(id));
    }
    @GetMapping("/listByDevice/{deviceLedgerId}")
    @ApiOperation("备件分类-按设备查询")
    public AjaxResult listByDevice(@PathVariable Long deviceLedgerId) {
        return AjaxResult.success(sparePartsService.listByDeviceLedgerId(deviceLedgerId));
    }
}