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