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