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