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