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