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