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