<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" />