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