dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
xiaoyong931011
2023-01-29
0b6cb0ac976ca1ddcb1e6f17dfa04bb526585a1e
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
BlockSerive.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.common.entity.FebsResponse;
public interface BlockSerive {
FebsResponse findBlockAddress(String symbol, String lable);
FebsResponse findAddress();
}