序言
IPage<UserVo> selectPageVo(IPage<?> page, Integer state);
<select id="selectPageVo" resultType="xxx.xxx.xxx.UserVo">
SELECT id,name FROM user WHERE state=#{state}
</select>
资料
https://baomidou.com/pages/97710a/#paginationinnerinterceptor
IPage<UserVo> selectPageVo(IPage<?> page, Integer state);
<select id="selectPageVo" resultType="xxx.xxx.xxx.UserVo">
SELECT id,name FROM user WHERE state=#{state}
</select>
https://baomidou.com/pages/97710a/#paginationinnerinterceptor