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