dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210311 审核时跟新一个审核时间字段
xiaoyong931011
2021-03-11
699d88f5e4b4b8a00a023013fa543a86dae3cd74
[exchange-back.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> {
}