xiaoyong931011
2022-12-28 9ba6a1c6cd6bf4d04591a9214abdb5c8c6cbff78
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);
 
}