yujian
2020-05-17 facf0c3bcbbb6cc993d87caa12ac34bede690f38
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}