lxw
2023-10-26 3f3e3cf98ccddd3426b5d11d705a2ae573508d77
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);
    }
}