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