dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20220528
xiaoyong931011
2022-05-28
a8a697f24469493980dac7c715272ef90015435c
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
system
/
mapper
/
RoleMenuMapper.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.system.mapper;
import cc.mrbird.febs.system.entity.RoleMenu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface RoleMenuMapper extends BaseMapper<RoleMenu> {
}