dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
星级矩阵
KKSU
2024-06-14
8ee5e148287a2b7105ab2baaaec2edc83af6ec36
[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> {
}