#
DELL
2025-11-27 cd5a7eb32041e3efa4bfe54ab7c86a0c600c1c20
1
2
3
4
5
6
7
package com.zy.core.plugin;
 
public interface MainProcessPluginApi {
 
    void run();
 
}