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