dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 ε εΌε½ι
xiaoyong931011
2023-01-10
73b3813c2d110bf446f251350f120bb1e2b51d0c
[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);
}