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