whycxzp
2023-12-22 059f92c876540e505226b59d2184fdec0f9e13e7
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);
    }
}