这是我的配置文件
<select id="findUserList" parameterType="com.cn.imax.po.UserQueryVo"
resultType="com.cn.imax.po.UserCustom">
SELECT user.* FROM user
</select>