admin
2021-05-14 ae2294be876ac4595d7b31b36c0057726d12354f
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}