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