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