lxw
2022-08-04 0a047f1a368fe24abe254495e96e93665d3b018d
src/main/java/com/whyc/controller/ComponentController.java
@@ -17,7 +17,7 @@
    @Autowired
    private ComponentService service;
    @ApiOperation(value = "查询所有的散装件信息")
    @ApiOperation(value = "查询所有的散装件信息分页(带上关联的子件信息)")
    @GetMapping("getAllComponent")
    public Response getAllComponent(@RequestParam int pageCurr, @RequestParam int pageSize){
        return service.getAllComponent(pageCurr,pageSize);