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