公告板
版本库
filestore
活动
搜索
登录
main
/
motorSystem
3.5MW项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update basic function
whycxzp
2021-01-04
1e0244a553fa0ef70e02cce1d3e9a6b6355a1f3b
[motorSystem.git]
/
src
/
main
/
resources
/
mapper
/
RoleMenuMapper.xml
1
2
3
4
5
6
7
8
9
<?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.whyc.mapper.RoleMenuMapper" >
<select id="getUserMenu" resultType="com.whyc.pojo.Menu">
</select>
</mapper>