admin
2020-05-12 522315ae42936583042fc08aabda7e3c9e7a7b5d
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}