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