gongchunyi
4 天以前 e8d08ebdd187f99f793cd839038dd5c392cdfbd8
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);
}