#
Junjie
2026-01-15 6200ba627af8af4045155c1bd7e65220ce59d6ba
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}