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