huminmin
5 天以前 7a8827c634b53bb1cb861ebc1fd4ac6d1ae6cb5a
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);
    }