#
Junjie
23 小时以前 75775c96801e548ecf3368865124c33a03e32dcf
1
2
3
4
5
6
7
package com.zy.core.plugin.api;
 
public interface MainProcessPluginApi {
 
    void run();
 
}