whycxzp
2024-01-03 f7733dc8aaca5590f7194ff4bd491e80d8c92ab3
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);
    }
}