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