admin
2020-05-12 11dc10e5d72d0c8969294d55985882a0631354d0
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}