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