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