dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-05-25
36d12ed4a4794fde24cfaa5c5fca8c477ae67208
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
otc
/
dao
/
OtcBlackListDao.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.otc.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.otc.entity.OtcBlackList;
public interface OtcBlackListDao extends BaseMapper<OtcBlackList> {
}