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