yujian
2020-04-13 a5bc9c4e52f98032b287a42fd243c2ffcb7d58f6
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}