dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-03-31
39dc7fb413e4e91e424014f8a86812e637a5dd37
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
member
/
dao
/
MemberCoinAddressInDao.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.member.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.member.entity.MemberCoinAddressInEntity;
public interface MemberCoinAddressInDao extends BaseMapper<MemberCoinAddressInEntity> {
}