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