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