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