#
cpT
2026-01-28 fef6ca0bc63e530c7dedbc72cb99c7f8844b5ed3
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}