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