公告板
版本库
filestore
活动
搜索
登录
main
/
YiWuProject
义乌项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
代码更新
wu
2024-04-08
cb4da9b55edfdda5beacca036b99130b33b9449b
[YiWuProject.git]
/
CacheVerticalGlassModule
/
src
/
main
/
java
/
com
/
mes
/
mapper
/
userInfo
/
SysMenuItemMapper.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.mes.mapper.userInfo;
import com.mes.entity.userInfo.SysMenuItem;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface SysMenuItemMapper {
List<SysMenuItem> findAll() ;
}