yj
2020-03-03 8ebf78f9d9a2663f53f09346abdd14c5964fdfeb
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}