dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
滑点监控
KKSU
2024-05-20
6c5b26120aad4fce252929b9ea7833acce90824c
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
mapper
/
DappSystemDao.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.dapp.mapper;
import cc.mrbird.febs.dapp.entity.DappMineDataEntity;
public interface DappSystemDao {
DappMineDataEntity selectMineDataForOne();
}