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