admin
2020-06-30 9bd6a19ee855d489dd7598e6c5fb580e7be61bbf
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}