#
Junjie
2025-12-02 20a4348ffdb9a933c3473bae257567620aea2cd1
1
2
3
4
5
6
7
package com.zy.core.plugin;
 
public interface MainProcessPluginApi {
 
    void run();
 
}