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