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