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