公告板
版本库
filestore
活动
搜索
登录
石子山
/
mdm
数据mdm项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
no message
kimi42345
2020-03-22
d0451fdd55195901e65e5c4b3b64028a86f9e669
[~kimi/mdm.git]
/
src
/
main
/
resources
/
mapping
/
MenuMapper.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://www.mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.highdatas.mdm.mapper.MenuMapper">
<!-- 通用查询结果列-->
<sql id="Base_Column_List">
id,parent_id,name,icon,order_no
</sql>
</mapper>