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