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