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