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