This commit is contained in:
2025-03-09 19:04:02 +08:00
parent 3d22504f11
commit 6cfa7d7528
9 changed files with 713 additions and 25 deletions

View File

@@ -18,4 +18,7 @@ import org.apache.ibatis.annotations.Param;
public interface OaSalaryMapper extends BaseMapperPlus<OaSalaryMapper, OaSalary, OaSalaryVo> {
Page<OaSalaryVo> selectStaffVoPage(Page<Object> build,@Param(Constants.WRAPPER) Wrapper<OaSalary> lqw);
OaSalary selectVoByUserId(Long userId);
}