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