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