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