admin
2019-12-10 7e90d4109d644bb5635930d5f0c13c3fb281feb9
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}