dashboard
repositories
filestore
activity
search
login
main
/
agent
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2020-06-19
5fd46ebbfe3c3bdc2aea660cd19d4f52de59f2da
[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> {
}