dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210205
xiaoyong931011
2021-02-05
44bac492a887015e83c0a89f2398eb04a14353cb
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
documentary
/
mapper
/
FollowFollowerProfitMapper.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.documentary.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.documentary.entity.FollowFollowerProfitEntity;
public interface FollowFollowerProfitMapper extends BaseMapper<FollowFollowerProfitEntity> {
}