yj
2020-03-11 bc1e5a9886fded6370bd713843a3bdc713a41073
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}