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