#
Junjie
2025-11-27 380c6caa0424967ed5dcf895058807fdb855235e
1
2
3
4
5
6
7
package com.zy.core.plugin;
 
public interface MainProcessPluginApi {
 
    void run();
 
}