xiaoyong931011
2023-01-05 a3daea7a022be8fde35b8c9af8aca7608f77624f
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);
 
}