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