Junjie
2026-04-27 dc1078bcd01c3b650163cf45553bd098a85a4c82
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}