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