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