admin
2020-04-16 7c3dfb9de80d34ffc8da0886c69e338c12999808
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}