admin
2019-12-11 8b3371befea773bda4e08b19189c25c32ea6818f
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}