Could not resolve type alias 'address'.

<select id="queryStudentByaddress" parameterType="address" resultType="student">
		select * from  student where homeaddress = #{homeaddress} or schooladdress ='${schooladdress}'
	</select>

 

Could not resolve type alias ‘‘_二飞驾到了的博客-CSDN博客

parameterType="address" 完全可以去掉