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