mybatis 一对多。对多对

		<result property="remark"       column="remark"       />
		<association property="dept"    column="dept_id" javaType="SysDept" resultMap="deptResult" />
		<collection  property="roles"   javaType="java.util.List"        resultMap="RoleResult" />
		<collection  property="posts"   javaType="java.util.List"        resultMap="PostResult" />

  

posted @ 2021-08-09 19:17  A汉克先生  阅读(57)  评论(0编辑  收藏  举报