Junjie
3 天以前 71fcaf8628e10b57e848a8b4b633513df78ecd63
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}