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