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