MyBatis:There is no getter for property named 'XXX' in 'class java.lang.XXXX'

<select id="getPersons" resultType="cn.bjut.entity.Person"> SELECT * FROM persons <where> <if test="age != null"> age = #{age} </if> </where> </select> 對應的Mappe
相關文章
相關標籤/搜索