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