优化代码
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.starry.admin.modules.system.mapper.SysRoleMapper">
|
||||
<!-- 通用查询映射结果 -->
|
||||
<resultMap id="BaseResultMap" type="com.starry.admin.modules.system.entity.SysRoleEntity">
|
||||
<resultMap id="BaseResultMap" type="com.starry.admin.modules.system.module.entity.SysRoleEntity">
|
||||
<id column="role_id" property="roleId"/>
|
||||
<result column="role_name" property="roleName"/>
|
||||
<result column="description" property="description"/>
|
||||
|
||||
Reference in New Issue
Block a user