dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20220727 编辑商铺申请
xiaoyong931011
2022-08-02
f799ba784826ca473a788f2d167f9eda0a86aac3
[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> {
}