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