gongchunyi
5 天以前 65dcb16e025e2e7e155c9ea494a815935826d75f
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);
    }