admin
2020-07-01 65844c288f03ddd14892b5aea5e9ef862f3afb01
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}