maven
6 天以前 b3b6d1aee985e76b8f1d47b5f203fceb0ad62f0e
src/main/java/com/ruoyi/compensationperformance/service/CompensationPerformanceService.java
@@ -14,9 +14,11 @@
    /**
     * 分页查询
     *
     * @param page
     * @param compensationPerformance
     * @param page       分页插件
     * @param staffName  员工姓名
     * @param payDateStr 薪资日期
     * @return
     */
    IPage<CompensationPerformance> listPage(Page page, CompensationPerformance compensationPerformance);
    IPage<CompensationPerformance> listPage(Page page, String staffName, String payDateStr);
}