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