author_id"/> <result property="username" column="author_username"/> </association> 关联元素用来处理数据模型中的“has-one
property="coAuthor" resultMap="authorResult" columnPrefix="co_" /> </resultMap> 上面已经看到了如何处理“has-one