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