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