202012-05 mybatis一对多两种mapper写法实例 mybatis一对多两种mapper写法第一种<resultMaptype="com.example.demo.model.TuserModel"id="extendMapper"><idcolumn="id"property="id"/><resultcolumn="user_name"property="userName"/><resultcolumn="nick_name"property="nickName"/><resultcolumn="avatar"property="avatar"/><resultcolumn="email"property="email"/><resultcolumn="signature"property="signature"/><resultcolumn="create_t... 继续阅读 >