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