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