dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
还有就是系统开放大额入单,不限制每一个帐号一千封顶。开放后每一个帐号最高入金十万美金。
xiaoyong931011
2023-06-27
d3744ab287cce63eabfb025f548c6e6164050c10
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
mapper
/
DappReturnRatioDao.java
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.mapper;
import cc.mrbird.febs.dapp.entity.DappReturnRatioEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface DappReturnRatioDao extends BaseMapper<DappReturnRatioEntity> {
}