yujian
2020-03-31 15269f168b9d2bf559c93ced761f192393e2d928
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}