1
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.mosty.common.core.business.mapper.SysRoleMenuMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.mosty.common.core.business.entity.SysRoleMenu">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="roleId" column="role_id" jdbcType="BIGINT"/>
|
||||
<result property="menuId" column="menu_id" jdbcType="BIGINT"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id,role_id,menu_id
|
||||
</sql>
|
||||
</mapper>
|
Reference in New Issue
Block a user