dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add simulate data
wzy
2022-03-27
42996aa74b9f44c26d275e8afbbe4e206c57a8e7
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
service
/
impl
/
DappSimulateServiceImpl.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.dapp.service.impl;
import cc.mrbird.febs.dapp.service.DappSimulateDataService;
public class DappSimulateServiceImpl implements DappSimulateDataService {
@Override
public void generateSimulateData() {
}
}