admin
2020-03-12 57f52b2a80ec5ee1fc140ea72420ff475f21880f
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}