Junjie
2 天以前 ed266efb662c5b8460ecc22e31a070a718f35f9c
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}