src/main/java/com/ruoyi/staff/controller/SchemeApplicableStaffController.java
@@ -36,6 +36,7 @@ @GetMapping("/listPage") @ApiOperation(value = "分页查询") @Log(title = "社保方案适用人员表分页查询", businessType = BusinessType.OTHER) public AjaxResult listPage(Page page, SchemeApplicableStaff schemeApplicableStaff) { return schemeApplicableStaffService.listPage(page,schemeApplicableStaff); }