admin
2020-03-15 84c7c35ed23d72b590ad63196cb5add6fcce277b
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}