yj
2020-03-14 1cb05ff7d74339cb6d5abe1c0d430e7fdb6e0fda
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}