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