xiaoyong931011
2023-01-13 48da01852c9a674200f32ee9c1b587487d034a44
1
2
3
4
5
6
package cc.mrbird.febs.mall.chain.service;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}