zss
2023-08-21 82fbcce60ae86965441ae045df1f864d10005d35
inspection-server/src/main/java/com/yuanchu/limslaboratory/controller/LinkBasicInformationController.java
@@ -48,7 +48,7 @@
        return Result.success(link1);
    }
    @ApiOperation(value = "分页表格", tags = "123")
    @ApiOperation(value = "分页表格")
    @ApiImplicitParams(value = {
            @ApiImplicitParam(name = "pageNo", value = "起始页", dataTypeClass = Integer.class, required = true),
            @ApiImplicitParam(name = "pageSize", value = "每一页数量", dataTypeClass = Integer.class, required = true),