whyclxw
2025-06-14 5ffe3528a8cb4c2d2154b76893d6ac55949968af
src/main/java/com/whyc/controller/WorksheetMainController.java
@@ -182,4 +182,13 @@
        return service.procedurePreview(response,mainId);
    }
    /**
     * 询所有的工单,所有人可见
     */
    @PostMapping("getAllPage")
    @ApiOperation(value = "询所有的工单,所有人可见")
    public Response getAllPage(@RequestBody WorksheetMain param) {
        return service.getAllPage(param);
    }
}