Administrator
2020-02-23 ced22e719fd0dccce173ea484565be742ee43723
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}