dashboard
repositories
filestore
activity
search
login
main
/
agent
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-03-22
8dfe6a5054c6222dde9e23f3fec20a8ed760ed02
[agent.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
system
/
mapper
/
RoleMenuMapper.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.RoleMenu;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface RoleMenuMapper extends BaseMapper<RoleMenu> {
}