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