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