dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
wzy
2022-11-06
420efcecbc5b9b17f96b9c0a37d9bc3a5f1afccd
[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> {
}