admin
2020-05-18 f5444c6b777ba9f1e0825066e9d12fb9ce4f9f72
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}