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