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