yujian
2019-12-13 4ecde6bc2804a8cb286948b461cb9bdecd663554
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}