admin
2019-12-28 1c8b5d11b68e727ef5ccc130327e2400f937321b
1
2
3
4
5
package com.yeshi.fanli.manager.util;
 
public interface AtomMethodCallInterface {
    public void excute();
}