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