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