liyong
12 小时以前 c4117e83029610beb9d9ff113493f7c2da2ea027
src/main/java/com/ruoyi/measuringinstrumentledger/controller/SparePartsController.java
@@ -58,4 +58,10 @@
        return AjaxResult.success(sparePartsService.removeById(id));
    }
    @GetMapping("getByIdDeviceId")
    @ApiOperation("备件分类-查询")
    public AjaxResult getByDeviceId(Long deviceLedgerId){
        return AjaxResult.success(sparePartsService.getByDeviceId(deviceLedgerId));
    }
}