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