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