yj
2020-03-07 0a222ebb8159439c0fe54222dc43fb74962a50e5
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}