admin
2019-11-20 153901de9782f71992f17607c8ab4faeaace3d09
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}