gongchunyi
2026-06-28 d4b2252268142d9b6f35f6fdc590c4e7cf6f0df3
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));
    }
}