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