dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
滑点
KKSU
2024-03-27
f10afe3a9aab4e962b3ec456b8a707163e11f9bd
[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();
}