gongchunyi
昨天 b79f3ffc186454773cc41a13b5ad31d98965fda0
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);
    }