dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin_manage.git
xiaoyong931011
2020-06-11
f7deb79840b39d967c751e6a8ec155d3bdea906b
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
system
/
mapper
/
UserRoleMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.UserRole;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface UserRoleMapper extends BaseMapper<UserRole> {
}