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