dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20200727 代码提交
xiaoyong931011
2020-07-27
9f44668bbb2ed091ae6f7228691aa005aafef711
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
member
/
mapper
/
MemberCoinAddressMapper.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.member.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.member.entity.MemberCoinAddressEntity;
public interface MemberCoinAddressMapper extends BaseMapper<MemberCoinAddressEntity> {
}