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