yj
2020-03-13 2f2860b50f24e5e3598d223db03d43df61d95c97
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}