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