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