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