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