admin
2020-06-08 47f157086a556d96e7bcfc9adfe17ecf7c154dfe
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}