dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 ε εΌε½ι
xiaoyong931011
2022-12-28
9ba6a1c6cd6bf4d04591a9214abdb5c8c6cbff78
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
service
/
BlockSerive.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.service;
import cc.mrbird.febs.common.entity.FebsResponse;
public interface BlockSerive {
FebsResponse findBlockAddress(String symbol, String lable);
}