dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210425 交易员列表查询累计跟随本金
xiaoyong931011
2021-04-25
ff9710a8a5537c71f7dcaa2c7a64866c8e9e1355
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
documentary
/
dao
/
FollowTraderLabelDao.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.documentary.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.documentary.entity.FollowTraderLabelEntity;
public interface FollowTraderLabelDao extends BaseMapper<FollowTraderLabelEntity> {
}