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