mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-11 02:37:06 +00:00
2.0版本
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.xmzs.system.mapper.SysRoleMapper">
|
||||
<mapper namespace="org.ruoyi.system.mapper.SysRoleMapper">
|
||||
|
||||
<resultMap type="com.xmzs.system.domain.vo.SysRoleVo" id="SysRoleResult">
|
||||
<resultMap type="org.ruoyi.system.domain.vo.SysRoleVo" id="SysRoleResult">
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectRoleVo">
|
||||
|
||||
Reference in New Issue
Block a user