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