yujian
2020-01-08 ae0e155d723c6b955e4632b868703eb7c282503d
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}