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