yujian
2020-06-09 703a13e9b47cbd28ee3fe061b59e55fd2dd2d061
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}