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