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