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