dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221115,密码RSA加密
xiaoyong931011
2022-11-15
77cf5bdfa55f8668c0b2bdc4017b5b5574fc56a7
[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();
}