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