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